Searched refs:recvConfigReq (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 162 void (*recvConfigReq)(uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, void *ctx); member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_init.c | 266 bredrl2capServiceTObj.recvConfigReq = in L2cifLeRisterFixChannelCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 71 g_registerInfo.recvConfigReq = SdpReceiveConfigRequest; in SdpRegisterToL2cap()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 1433 "L2capCallback recvConfigReq:%{public}d begin, cid = 0x%04X, id = %hhu", __LINE__, chan->lcid, signal->identifier); in L2capProcessConfigurationReqParse() 1434 psm->service.recvConfigReq(chan->lcid, signal->identifier, &cfg, psm->ctx); in L2capProcessConfigurationReqParse() 1435 LOG_DEBUG("L2capCallback recvConfigReq:%{public}d end", __LINE__); in L2capProcessConfigurationReqParse()
|
Completed in 7 milliseconds