Searched refs:L2capLeFixChannel (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_le.h | 117 int L2CAP_LeRegisterFixChannel(uint16_t cid, const L2capLeFixChannel *chan);
|
H A D | l2cap_le_if.c | 341 L2capLeFixChannel chan; 361 int L2CIF_LeRegisterFixChannel(uint16_t cid, const L2capLeFixChannel *chan, void (*cb)(uint16_t cid, int result)) in L2CIF_LeRegisterFixChannel() 375 (void)memcpy_s(&(ctx->chan), sizeof(L2capLeFixChannel), chan, sizeof(L2capLeFixChannel)); in L2CIF_LeRegisterFixChannel()
|
H A D | l2cap_le.c | 77 L2capLeFixChannel chanAtt; 78 L2capLeFixChannel chanSm; 1537 int L2CAP_LeRegisterFixChannel(uint16_t cid, const L2capLeFixChannel *chan) in L2CAP_LeRegisterFixChannel()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_le_if.h | 107 uint16_t cid, const L2capLeFixChannel *chan, void (*cb)(uint16_t cid, int result));
|
H A D | l2cap_def.h | 258 } L2capLeFixChannel; typedef
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_init.c | 140 L2capLeFixChannel lel2capLeFixChannelObj; in ATT_StartUpAsync()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.c | 154 L2capLeFixChannel channel; in SMP_StartupTask()
|
Completed in 9 milliseconds