Searched refs:leDisconnected (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_le.c | 1146 LOG_DEBUG("L2capCallback leDisconnected:%{public}d begin, aclHandle = 0x%04X, status = %hhu, reason = %hhu", in L2capLeAclDisconnectProcess() 1151 if (inst->chanAtt.leDisconnected != NULL) { in L2capLeAclDisconnectProcess() 1152 inst->chanAtt.leDisconnected(conn->aclHandle, status, reason); in L2capLeAclDisconnectProcess() 1155 if (inst->chanSm.leDisconnected != NULL) { in L2capLeAclDisconnectProcess() 1156 inst->chanSm.leDisconnected(conn->aclHandle, status, reason); in L2capLeAclDisconnectProcess() 1158 LOG_DEBUG("L2capCallback leDisconnected:%{public}d end", __LINE__); in L2capLeAclDisconnectProcess() 1549 inst->chanAtt.leDisconnected = chan->leDisconnected; in L2CAP_LeRegisterFixChannel() 1553 inst->chanSm.leDisconnected = chan->leDisconnected; in L2CAP_LeRegisterFixChannel() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 254 void (*leDisconnected)(uint16_t aclHandle, uint8_t status, uint8_t reason); member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_init.c | 143 lel2capLeFixChannelObj.leDisconnected = AttLeDisconnected; in ATT_StartUpAsync()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.c | 161 channel.leDisconnected = SMP_Disconnected; in SMP_StartupTask()
|
Completed in 6 milliseconds