1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
68
69
70
71
72
73
74
75
76
79
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
164
165
168
169
172
173
174
175
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
214
215
216
218
223
224
225
226
227
228
231
232
235
236
237
238
239
240
241
242
243
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
332
333
334
335
336
337
338
342
343
344
345
346
347
348
349
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
378
379
380
381
382
383
388
389
392
393
396
397
398
399
400
401
402
403
404
407
408
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
436
437
438
439
440
441
442
451
452
453
456
457
458
459
460
461
462
463
464
467
468
469
470
471
477
478
479
480
484
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
516
517
522
523
524
527
528
529
530
531
534
535
544
545
546
547
548
549
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
610
611
612
613
614
615
616
617
618
619
620
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
647
648
649
650
651
652
653
654
666
667
668
669
672
673
674
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
706
707
714
715
718
719
720
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
744
745
746
747
750
751
754
755
758
759
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
857
858
872
873
874
875
876
877
878
879
880
881
882
883
884
891
892
893
894
895
903
904
905
906
907
908
909
910
911
912
913
914
915
922
923
924
925
926
927
928
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
959
960
961
962
970
971
972
973
974
975
976
977
978
979
980
981
982
985
986
987
990
991
992
993
994
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1028
1029
1030
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1092
1093
1094
1095
1098
1099
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1130
1131
1132
/* ... */
/* ... */
#include <string.h>
#include "common/bt_target.h"
#include "stack/rfcdefs.h"
#include "stack/port_api.h"
#include "btm_int.h"
#include "stack/btm_api.h"
#include "port_int.h"
#include "rfc_int.h"
#include "common/bt_defs.h"
#include "osi/mutex.h"
#include "osi/allocator.h"11 includes
#if (defined RFCOMM_INCLUDED && RFCOMM_INCLUDED == TRUE)
/* ... */
UINT32 port_rfc_send_tx_data (tPORT *p_port);
void port_rfc_closed (tPORT *p_port, UINT8 res);
void port_get_credits (tPORT *p_port, UINT8 k);
/* ... */
int port_open_continue (tPORT *p_port)
{
tRFC_MCB *p_mcb;
RFCOMM_TRACE_EVENT ("port_open_continue, p_port:%p", p_port);
if ((p_mcb = rfc_alloc_multiplexer_channel (p_port->bd_addr, TRUE)) == NULL) {
RFCOMM_TRACE_WARNING ("port_open_continue no mx channel");
port_release_port (p_port);
return (PORT_NO_RESOURCES);
}{...}
p_port->rfc.p_mcb = p_mcb;
p_mcb->port_inx[p_port->dlci] = p_port->inx;
port_select_mtu (p_port);
if (p_mcb->state == RFC_MX_STATE_CONNECTED) {
RFCOMM_ParNegReq (p_mcb, p_port->dlci, p_port->mtu);
}{...} else if ((p_mcb->state == RFC_MX_STATE_IDLE)
|| (p_mcb->state == RFC_MX_STATE_DISC_WAIT_UA)) {
RFCOMM_StartReq (p_mcb);
}{...} else {
RFCOMM_TRACE_DEBUG ("port_open_continue: mx state(%d) mx channel is openning", p_mcb->state);
}{...}
return (PORT_SUCCESS);
}{...}
/* ... */
void port_start_control (tPORT *p_port)
{
tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
if (p_mcb == NULL) {
return;
}{...}
RFCOMM_ControlReq (p_mcb, p_port->dlci, &p_port->local_ctrl);
}{...}
/* ... */
void port_start_par_neg (tPORT *p_port)
{
tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
if (p_mcb == NULL) {
return;
}{...}
RFCOMM_PortNegReq (p_mcb, p_port->dlci, &p_port->user_port_pars);
}{...}
/* ... */
void port_start_close (tPORT *p_port)
{
tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
UINT8 old_signals;
UINT32 events = 0;
p_port->line_status |= LINE_STATUS_FAILED;
old_signals = p_port->peer_ctrl.modem_signal;
p_port->peer_ctrl.modem_signal &= ~(PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON);
events |= port_get_signal_changes (p_port, old_signals, p_port->peer_ctrl.modem_signal);
if (p_port->ev_mask & PORT_EV_CONNECT_ERR) {
events |= PORT_EV_CONNECT_ERR;
}{...}
if (p_port->ev_mask & PORT_EV_ERR) {
events |= PORT_EV_ERR;
}{...}
if ((p_port->p_callback != NULL) && events) {
p_port->p_callback (events, p_port->inx);
}{...}
if ((p_mcb == NULL) || (p_port->rfc.state == RFC_STATE_CLOSED)) {
if (p_port->p_mgmt_callback) {
p_port->p_mgmt_callback (PORT_CLOSED, p_port->inx, NULL);
}{...}
port_release_port (p_port);
}{...} else {
RFCOMM_DlcReleaseReq (p_mcb, p_port->dlci);
}{...}
}{...}
/* ... */
void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result)
{
tPORT *p_port;
int i;
BOOLEAN no_ports_up = TRUE;
RFCOMM_TRACE_EVENT ("PORT_StartCnf result:%d", result);
p_port = &rfc_cb.port.port[0];
for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) {
if (p_port->rfc.p_mcb == p_mcb) {
no_ports_up = FALSE;
if (result == RFCOMM_SUCCESS) {
RFCOMM_ParNegReq (p_mcb, p_port->dlci, p_port->mtu);
}{...} else {
RFCOMM_TRACE_WARNING ("PORT_StartCnf failed result:%d", result);
/* ... */
if ( result == HCI_ERR_PAGE_TIMEOUT ) {
p_port->error = PORT_PAGE_TIMEOUT;
}{...} else {
p_port->error = PORT_START_FAILED;
}{...}
rfc_release_multiplexer_channel (p_mcb);
p_port->rfc.p_mcb = NULL;
if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) {
(p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx);
}{...}
if (p_port->p_mgmt_callback) {
p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx, NULL);
}{...}
port_release_port (p_port);
}{...}
}{...}
}{...}
if (no_ports_up) {
rfc_check_mcb_active (p_mcb);
}{...}
}{...}
/* ... */
void PORT_StartInd (tRFC_MCB *p_mcb)
{
tPORT *p_port;
int i;
RFCOMM_TRACE_EVENT ("PORT_StartInd");
p_port = &rfc_cb.port.port[0];
for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) {
if ((p_port->rfc.p_mcb == NULL)
|| (p_port->rfc.p_mcb == p_mcb)) {
RFCOMM_TRACE_DEBUG("PORT_StartInd, RFCOMM_StartRsp RFCOMM_SUCCESS: p_mcb:%p", p_mcb);
RFCOMM_StartRsp (p_mcb, RFCOMM_SUCCESS);
return;
}{...}
}{...}
RFCOMM_StartRsp (p_mcb, RFCOMM_ERROR);
}{...}
/* ... */
void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
UINT8 our_cl;
UINT8 our_k;
RFCOMM_TRACE_EVENT ("PORT_ParNegInd dlci:%d mtu:%d", dlci, mtu);
if (!p_port) {
p_port = port_find_dlci_port (dlci);
if (!p_port) {
rfc_send_dm(p_mcb, dlci, FALSE);
/* ... */
rfc_check_mcb_active( p_mcb );
RFCOMM_TRACE_EVENT( "PORT_ParNegInd: port not found" );
return;
}{...}
p_mcb->port_inx[dlci] = p_port->inx;
}{...}
memcpy (p_port->bd_addr, p_mcb->bd_addr, BD_ADDR_LEN);
port_select_mtu (p_port);
p_port->rfc.p_mcb = p_mcb;
p_port->mtu = (p_port->mtu < mtu) ? p_port->mtu : mtu;
p_port->peer_mtu = p_port->mtu;
if (p_mcb->flow == PORT_FC_UNDEFINED) {
if ((PORT_FC_DEFAULT == PORT_FC_TS710) || (cl == RFCOMM_PN_CONV_LAYER_TYPE_1)) {
p_mcb->flow = PORT_FC_TS710;
}{...} else {
p_mcb->flow = PORT_FC_CREDIT;
}{...}
}{...}
if (cl == RFCOMM_PN_CONV_LAYER_TYPE_1) {
our_cl = RFCOMM_PN_CONV_LAYER_TYPE_1;
our_k = 0;
}{...} else if (p_mcb->flow == PORT_FC_CREDIT) {
port_get_credits (p_port, k);
our_cl = RFCOMM_PN_CONV_LAYER_CBFC_R;
our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max : RFCOMM_K_MAX;
p_port->credit_rx = our_k;
}{...} else {
our_cl = RFCOMM_PN_CONV_LAYER_TYPE_1;
our_k = 0;
}{...}
RFCOMM_ParNegRsp (p_mcb, dlci, p_port->mtu, our_cl, our_k);
}{...}
/* ... */
void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
RFCOMM_TRACE_EVENT ("PORT_ParNegCnf dlci:%d mtu:%d cl: %d k: %d", dlci, mtu, cl, k);
if (!p_port) {
return;
}{...}
if (p_mcb->flow == PORT_FC_UNDEFINED) {
if ((PORT_FC_DEFAULT == PORT_FC_TS710) && (cl == RFCOMM_PN_CONV_LAYER_CBFC_R)) {
rfc_send_disc (p_mcb, p_port->dlci);
rfc_port_closed (p_port);
return;
}{...}
else if (cl == RFCOMM_PN_CONV_LAYER_CBFC_R) {
p_mcb->flow = PORT_FC_CREDIT;
}{...}
else {
p_mcb->flow = PORT_FC_TS710;
}{...}
}{...}
p_port->mtu = (p_port->mtu < mtu) ? p_port->mtu : mtu;
p_port->peer_mtu = p_port->mtu;
if (p_mcb->flow == PORT_FC_CREDIT) {
port_get_credits (p_port, k);
}{...}
if (p_port->state == PORT_STATE_OPENING) {
RFCOMM_DlcEstablishReq (p_mcb, p_port->dlci, p_port->mtu);
}{...}
}{...}
/* ... */
void PORT_DlcEstablishInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
tPORT_MGMT_CL_CALLBACK_ARG cl_mgmt_cb_arg = {0};
tPORT_MGMT_SR_CALLBACK_ARG sr_mgmt_cb_arg = {
.accept = TRUE,
.ignore_rfc_state = FALSE,
.peer_mtu = 0,
}{...};
RFCOMM_TRACE_DEBUG ("PORT_DlcEstablishInd p_mcb:%p, dlci:%d mtu:%di, p_port:%p", p_mcb, dlci, mtu, p_port);
RFCOMM_TRACE_DEBUG ("PORT_DlcEstablishInd p_mcb addr:%02x:%02x:%02x:%02x:%02x:%02x",
p_mcb->bd_addr[0], p_mcb->bd_addr[1], p_mcb->bd_addr[2],
p_mcb->bd_addr[3], p_mcb->bd_addr[4], p_mcb->bd_addr[5]);
if (!p_port) {
p_port = port_find_dlci_port (dlci);
if (!p_port) {
RFCOMM_DlcEstablishRsp (p_mcb, dlci, 0, RFCOMM_ERROR);
return;
}{...}
p_mcb->port_inx[dlci] = p_port->inx;
}{...}
if (mtu && (mtu < p_port->peer_mtu)) {
p_port->peer_mtu = mtu;
}{...}
rfc_timer_stop (p_mcb);
if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) {
(p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
}{...}
if (p_port->p_mgmt_callback) {
if (p_port->is_server) {
sr_mgmt_cb_arg.peer_mtu = p_port->peer_mtu;
/* ... */
sr_mgmt_cb_arg.ignore_rfc_state = TRUE;
p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &sr_mgmt_cb_arg);
if (!sr_mgmt_cb_arg.accept) {
RFCOMM_DlcEstablishRsp(p_mcb, dlci, 0, RFCOMM_LOW_RESOURCES);
return;
}{...}
}{...} else {
cl_mgmt_cb_arg.peer_mtu = p_port->peer_mtu;
p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &cl_mgmt_cb_arg);
}{...}
}{...}
RFCOMM_DlcEstablishRsp(p_mcb, dlci, p_port->mtu, RFCOMM_SUCCESS);
p_port->state = PORT_STATE_OPENED;
}{...}
/* ... */
void PORT_DlcEstablishCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
tPORT_MGMT_SR_CALLBACK_ARG sr_mgmt_cb_arg = {0};
tPORT_MGMT_CL_CALLBACK_ARG cl_mgmt_cb_arg = {0};
RFCOMM_TRACE_EVENT ("PORT_DlcEstablishCnf dlci:%d mtu:%d result:%d", dlci, mtu, result);
if (!p_port) {
return;
}{...}
if (result != RFCOMM_SUCCESS) {
p_port->error = PORT_START_FAILED;
port_rfc_closed (p_port, PORT_START_FAILED);
return;
}{...}
if (mtu && (mtu < p_port->peer_mtu)) {
p_port->peer_mtu = mtu;
}{...}
rfc_timer_stop (p_mcb);
if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) {
(p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
}{...}
if (p_port->p_mgmt_callback) {
if (p_port->is_server) {
sr_mgmt_cb_arg.peer_mtu = p_port->peer_mtu;
p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &sr_mgmt_cb_arg);
}{...} else {
cl_mgmt_cb_arg.peer_mtu = p_port->peer_mtu;
p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &cl_mgmt_cb_arg);
}{...}
}{...}
p_port->state = PORT_STATE_OPENED;
if ((p_port->uuid == UUID_SERVCLASS_DIALUP_NETWORKING)
|| (p_port->uuid == UUID_SERVCLASS_FAX)) {
RFCOMM_PortNegReq (p_port->rfc.p_mcb, p_port->dlci, NULL);
}{...} else {
RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl);
}{...}
}{...}
/* ... */
void PORT_PortNegInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars,
UINT16 param_mask)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
RFCOMM_TRACE_EVENT ("PORT_PortNegInd");
if (!p_port) {
p_port = port_find_dlci_port (dlci);
if (!p_port) {
RFCOMM_PortNegRsp (p_mcb, dlci, p_pars, 0);
return;
}{...}
p_mcb->port_inx[dlci] = p_port->inx;
}{...}
p_port->peer_port_pars = *p_pars;
RFCOMM_PortNegRsp (p_mcb, dlci, p_pars, param_mask);
}{...}
/* ... */
void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
UNUSED(p_pars);
RFCOMM_TRACE_EVENT ("PORT_PortNegCnf");
if (!p_port) {
RFCOMM_TRACE_WARNING ("PORT_PortNegCnf no port");
return;
}{...}
if (result != RFCOMM_SUCCESS) {
p_port->error = PORT_PORT_NEG_FAILED;
RFCOMM_DlcReleaseReq (p_mcb, p_port->dlci);
port_rfc_closed (p_port, PORT_PORT_NEG_FAILED);
return;
}{...}
if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT)) {
RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl);
}{...} else {
RFCOMM_TRACE_WARNING ("PORT_PortNegCnf Control Already sent");
}{...}
}{...}
/* ... */
void PORT_ControlInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
UINT32 event;
UINT8 old_signals;
RFCOMM_TRACE_EVENT ("PORT_ControlInd");
if (!p_port) {
return;
}{...}
old_signals = p_port->peer_ctrl.modem_signal;
event = port_get_signal_changes (p_port, old_signals, p_pars->modem_signal);
p_port->peer_ctrl = *p_pars;
if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT)) {
RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl);
}{...} else {
if (!(p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)) {
event |= (PORT_EV_CONNECTED & p_port->ev_mask);
}{...}
if (p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED) {
event |= port_rfc_send_tx_data(p_port);
}{...}
}{...}
p_port->port_ctrl |= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED);
if (p_pars->break_signal) {
event |= (PORT_EV_BREAK & p_port->ev_mask);
}{...}
if (event && p_port->p_callback) {
(p_port->p_callback)(event, p_port->inx);
}{...}
RFCOMM_TRACE_EVENT ("PORT_ControlInd DTR_DSR : %d, RTS_CTS : %d, RI : %d, DCD : %d",
((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_DTRDSR) ? 1 : 0),
((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_RTSCTS) ? 1 : 0),
((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_RI) ? 1 : 0),
((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_DCD) ? 1 : 0));
}{...}
/* ... */
void PORT_ControlCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
UINT32 event = 0;
UNUSED(p_pars);
RFCOMM_TRACE_EVENT ("PORT_ControlCnf");
if (!p_port) {
return;
}{...}
if (!(p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED)) {
p_port->port_ctrl |= PORT_CTRL_REQ_CONFIRMED;
if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) {
event = (p_port->ev_mask & PORT_EV_CONNECTED);
}{...}
}{...}
if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) {
event |= port_rfc_send_tx_data(p_port);
}{...}
if (event && p_port->p_callback) {
(p_port->p_callback)(event, p_port->inx);
}{...}
}{...}
/* ... */
void PORT_LineStatusInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT8 line_status)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
UINT32 event = 0;
RFCOMM_TRACE_EVENT ("PORT_LineStatusInd");
if (!p_port) {
return;
}{...}
p_port->line_status |= line_status;
if (line_status & PORT_ERR_OVERRUN) {
event |= PORT_EV_OVERRUN;
}{...}
if (line_status & PORT_ERR_BREAK) {
event |= PORT_EV_BREAK;
}{...}
if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) {
event |= PORT_EV_ERR;
}{...}
if ((p_port->p_callback != NULL) && (p_port->ev_mask & event)) {
p_port->p_callback ((p_port->ev_mask & event), p_port->inx);
}{...}
}{...}
/* ... */
void PORT_DlcReleaseInd (tRFC_MCB *p_mcb, UINT8 dlci)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
RFCOMM_TRACE_EVENT ("PORT_DlcReleaseInd");
if (!p_port) {
return;
}{...}
port_rfc_closed (p_port, PORT_CLOSED);
}{...}
/* ... */
void PORT_CloseInd (tRFC_MCB *p_mcb)
{
tPORT *p_port;
int i;
RFCOMM_TRACE_EVENT ("PORT_CloseInd");
p_port = &rfc_cb.port.port[0];
for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) {
if (p_port->rfc.p_mcb == p_mcb) {
port_rfc_closed (p_port, PORT_PEER_CONNECTION_FAILED);
}{...}
}{...}
rfc_release_multiplexer_channel (p_mcb);
}{...}
/* ... */
void Port_TimeOutCloseMux (tRFC_MCB *p_mcb)
{
tPORT *p_port;
int i;
RFCOMM_TRACE_EVENT ("Port_TimeOutCloseMux");
p_port = &rfc_cb.port.port[0];
for (i = 0; i < MAX_RFC_PORTS; i++, p_port++) {
if (p_port->rfc.p_mcb == p_mcb) {
port_rfc_closed (p_port, PORT_PEER_TIMEOUT);
}{...}
}{...}
}{...}
/* ... */
void PORT_DataInd (tRFC_MCB *p_mcb, UINT8 dlci, BT_HDR *p_buf)
{
tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
UINT8 rx_char1;
UINT32 events = 0;
UINT8 *p;
int i;
RFCOMM_TRACE_EVENT("PORT_DataInd with data length %d, p_mcb:%p,p_port:%p,dlci:%d",
p_buf->len, p_mcb, p_port, dlci);
if (!p_port) {
osi_free (p_buf);
return;
}{...}
if (p_port->p_data_co_callback) {
if (p_port->p_data_co_callback(p_port->inx, (UINT8 *)p_buf, -1, DATA_CO_CALLBACK_TYPE_INCOMING)) {
}{...} else {
port_flow_control_peer(p_port, FALSE, 0);
}{...}
return;
}{...} else {
RFCOMM_TRACE_DEBUG("PORT_DataInd, p_port:%p, p_data_co_callback is null", p_port);
}{...}
if (p_port->p_data_callback) {
port_flow_control_peer(p_port, TRUE, 1);
p_port->p_data_callback (p_port->inx, (UINT8 *)(p_buf + 1) + p_buf->offset, p_buf->len);
osi_free (p_buf);
return;
}{...}
if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM)
|| (fixed_queue_length(p_port->rx.queue) + 1 > p_port->rx_buf_critical)) {
RFCOMM_TRACE_EVENT ("PORT_DataInd. Buffer over run. Dropping the buffer");
osi_free (p_buf);
RFCOMM_LineStatusReq (p_mcb, dlci, LINE_STATUS_OVERRUN);
return;
}{...}
if (((rx_char1 = p_port->user_port_pars.rx_char1) != 0)
&& (p_port->ev_mask & PORT_EV_RXFLAG)) {
for (i = 0, p = (UINT8 *)(p_buf + 1) + p_buf->offset; i < p_buf->len; i++) {
if (*p++ == rx_char1) {
events |= PORT_EV_RXFLAG;
break;
}{...}
}{...}
}{...}
osi_mutex_global_lock();
fixed_queue_enqueue(p_port->rx.queue, p_buf, FIXED_QUEUE_MAX_TIMEOUT);
p_port->rx.queue_size += p_buf->len;
osi_mutex_global_unlock();
port_flow_control_peer(p_port, FALSE, 0);
if (p_port->rx.user_fc) {
if (events & PORT_EV_RXFLAG) {
p_port->rx_flag_ev_pending = TRUE;
}{...}
return;
}{...}
events |= PORT_EV_RXCHAR;
events &= p_port->ev_mask;
if (p_port->p_callback && events) {
p_port->p_callback (events, p_port->inx);
}{...}
}{...}
/* ... */
void PORT_FlowInd (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN enable_data)
{
tPORT *p_port = (tPORT *)NULL;
UINT32 events = 0;
int i;
RFCOMM_TRACE_EVENT ("PORT_FlowInd fc:%d", enable_data);
if (dlci == 0) {
p_mcb->peer_ready = enable_data;
}{...} else {
if ((p_port = port_find_mcb_dlci_port (p_mcb, dlci)) == NULL) {
return;
}{...}
p_port->tx.peer_fc = !enable_data;
}{...}
for (i = 0; i < MAX_RFC_PORTS; i++) {
if (dlci == 0) {
p_port = &rfc_cb.port.port[i];
if (!p_port->in_use
|| (p_port->rfc.p_mcb != p_mcb)
|| (p_port->rfc.state != RFC_STATE_OPENED)) {
continue;
}{...}
}{...}
events = 0;
events |= port_flow_control_user (p_port);
events |= port_rfc_send_tx_data (p_port);
events &= p_port->ev_mask;
if (p_port->p_callback && events) {
(p_port->p_callback)(events, p_port->inx);
}{...}
if (dlci != 0) {
break;
}{...}
}{...}
}{...}
/* ... */
UINT32 port_rfc_send_tx_data (tPORT *p_port)
{
UINT32 events = 0;
BT_HDR *p_buf;
if (p_port->tx.queue_size > 0) {
while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready) {
osi_mutex_global_lock();
if ((p_buf = (BT_HDR *)fixed_queue_dequeue(p_port->tx.queue, 0)) != NULL) {
p_port->tx.queue_size -= p_buf->len;
osi_mutex_global_unlock();
RFCOMM_TRACE_DEBUG ("Sending RFCOMM_DataReq tx.queue_size=%d", p_port->tx.queue_size);
RFCOMM_DataReq (p_port->rfc.p_mcb, p_port->dlci, p_buf);
events |= PORT_EV_TXCHAR;
if (p_port->tx.queue_size == 0) {
events |= PORT_EV_TXEMPTY;
break;
}{...}
}{...}
else {
osi_mutex_global_unlock();
events |= PORT_EV_TXEMPTY;
break;
}{...}
}{...}
events |= port_flow_control_user (p_port);
}{...}
return (events & p_port->ev_mask);
}{...}
/* ... */
void port_rfc_closed (tPORT *p_port, UINT8 res)
{
UINT8 old_signals;
UINT32 events = 0;
tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
if ((p_port->state == PORT_STATE_OPENING) && (p_port->is_server)) {
RFCOMM_TRACE_EVENT ("port_rfc_closed in OPENING state ignored");
rfc_port_timer_stop (p_port);
p_port->rfc.state = RFC_STATE_CLOSED;
if (p_mcb) {
p_mcb->port_inx[p_port->dlci] = 0;
rfc_check_mcb_active (p_mcb);
p_port->rfc.p_mcb = NULL;
}{...}
/* ... */
p_port->dlci &= 0xfe;
return;
}{...}
if ((p_port->state != PORT_STATE_CLOSING) && (p_port->state != PORT_STATE_CLOSED)) {
p_port->line_status |= LINE_STATUS_FAILED;
old_signals = p_port->peer_ctrl.modem_signal;
p_port->peer_ctrl.modem_signal &= ~(PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON);
events |= port_get_signal_changes (p_port, old_signals, p_port->peer_ctrl.modem_signal);
if (p_port->ev_mask & PORT_EV_CONNECT_ERR) {
events |= PORT_EV_CONNECT_ERR;
}{...}
}{...}
RFCOMM_TRACE_EVENT ("port_rfc_closed state:%d sending events:%x", p_port->state, events);
if ((p_port->p_callback != NULL) && events) {
p_port->p_callback (events, p_port->inx);
}{...}
if (p_port->p_mgmt_callback && !(p_port->state == PORT_STATE_CLOSED && p_port->is_server)) {
p_port->p_mgmt_callback(res, p_port->inx, NULL);
}{...}
p_port->rfc.state = RFC_STATE_CLOSED;
RFCOMM_TRACE_WARNING("%s RFCOMM connection in server:%d state %d closed: %s (res: %d)",
__func__, p_port->is_server, p_port->state, PORT_GetResultString(res),
res);
port_release_port (p_port);
}{...}
/* ... */
void port_get_credits (tPORT *p_port, UINT8 k)
{
p_port->credit_tx = k;
if (p_port->credit_tx == 0) {
p_port->tx.peer_fc = TRUE;
}{...}
}{...}
/* ... */
#endif