Searched refs:recvConnectionReq (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 155 void (*recvConnectionReq)(uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx); member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_init.c | 262 bredrl2capServiceTObj.recvConnectionReq = in L2cifLeRisterFixChannelCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 1613 LOG_DEBUG("L2capCallback recvConnectionReq:%{public}d begin, aclHandle = %hu, cid = 0x%04X, id = %hhu, lpsm = %hu", in L2capProcessConnectionReq() 1622 psm->service.recvConnectionReq(chan->lcid, signal->identifier, &connInfo, psm->lpsm, psm->ctx); in L2capProcessConnectionReq() 1623 LOG_DEBUG("L2capCallback recvConnectionReq:%{public}d end", __LINE__); in L2capProcessConnectionReq() 1806 LOG_DEBUG("L2capCallback recvConnectionReq:%{public}d begin, aclHandle = %hu, cid = 0x%04X, id = %hhu, lpsm = %hu", in L2capIncomingConnection() 1815 psm->service.recvConnectionReq(chan->lcid, chan->connIdentifier, &connInfo, chan->lpsm, psm->ctx); in L2capIncomingConnection() 1816 LOG_DEBUG("L2capCallback recvConnectionReq:%{public}d end", __LINE__); in L2capIncomingConnection()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 69 g_registerInfo.recvConnectionReq = SdpReceiveConnectRequest; in SdpRegisterToL2cap()
|
Completed in 7 milliseconds