Home
last modified time | relevance | path

Searched refs:recvConfigRsp (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h165 void (*recvConfigRsp)(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c268 bredrl2capServiceTObj.recvConfigRsp = in L2cifLeRisterFixChannelCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c72 g_registerInfo.recvConfigRsp = SdpReceiveConfigResponse; in SdpRegisterToL2cap()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1564 psm->service.recvConfigRsp(cid, &cfg, result, psm->ctx); in L2capProcessConfigurationRsp()