Searched refs:disconnectAbnormal (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 174 void (*disconnectAbnormal)(uint16_t lcid, uint8_t reason, void *ctx); member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_init.c | 272 bredrl2capServiceTObj.disconnectAbnormal = (void (*)(uint16_t, uint8_t, void *))AttDisconnectAbnormal; in L2cifLeRisterFixChannelCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 49 "L2capCallback disconnectAbnormal:%{public}d begin, cid = 0x%04X, reason = %hhu", __LINE__, chan->lcid, reason); in L2capDisconnectAbnormal() 50 psm->service.disconnectAbnormal(chan->lcid, reason, psm->ctx); in L2capDisconnectAbnormal() 51 LOG_DEBUG("L2capCallback disconnectAbnormal:%{public}d end", __LINE__); in L2capDisconnectAbnormal() 1934 LOG_DEBUG("L2capCallback disconnectAbnormal:%{public}d begin, cid = 0x%04X, reason = 0", __LINE__, lcid); in L2capProcessCommandReject() 1935 psm->service.disconnectAbnormal(lcid, 0, psm->ctx); in L2capProcessCommandReject() 1936 LOG_DEBUG("L2capCallback disconnectAbnormal:%{public}d end", __LINE__); in L2capProcessCommandReject()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 75 g_registerInfo.disconnectAbnormal = SdpDisconnectAbnormal; in SdpRegisterToL2cap()
|
Completed in 7 milliseconds