Home
last modified time | relevance | path

Searched refs:recvConnectionReq (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h155 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 Datt_init.c262 bredrl2capServiceTObj.recvConnectionReq = in L2cifLeRisterFixChannelCallback()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1613 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 Dsdp_connect.c69 g_registerInfo.recvConnectionReq = SdpReceiveConnectRequest; in SdpRegisterToL2cap()

Completed in 7 milliseconds