Searched refs:L2CAP_SUCCESS (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 85 #define L2CAP_SUCCESS 0x0000 macro
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_ctrl_l2cap.c | 262 uint16_t result = L2CAP_SUCCESS; in AvctRecvConfigReqCBack() 279 if (cbDev->cbCtrl->chResult == L2CAP_SUCCESS) { in AvctRecvConfigReqCBack() 346 if (result == L2CAP_SUCCESS) { in AvctRecvConfigRspCBack()
|
H A D | avctp_br_l2cap.c | 275 uint16_t result = L2CAP_SUCCESS; in AvctBrRecvConfigReqCBack() 287 if (cbDev->cbBr->chResult == L2CAP_SUCCESS) { in AvctBrRecvConfigReqCBack() 353 if (result == L2CAP_SUCCESS) { in AvctBrRecvConfigRspCBack()
|
H A D | avctp_ctrl_act.c | 485 } while ((msgLen > 0) && (ret == L2CAP_SUCCESS)); in AvctSendFraMsg()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 1293 if (connectRspPtr->result == L2CAP_SUCCESS) { in L2cifConnectRspResultCallbackAsync() 2138 if (attRecevieConfigRspPtr->result == L2CAP_SUCCESS) { in AttReceiveConfigRspAsync() 2599 L2CAP_SUCCESS, in AttReceiveConfigReqAsync()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_session_fsm.c | 252 if (configResult->result != L2CAP_SUCCESS) { in RfcommRecvConfigRsp()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 318 if (result == L2CAP_SUCCESS) { in L2capSendConfigurationRsp() 1316 L2capCpuToLe16(buff + L2CAP_OFFSET_4, (uint16_t)L2CAP_SUCCESS); in L2capConfigurationRspContinuation() 1550 if (result == L2CAP_SUCCESS) { in L2capProcessConfigurationRsp()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 814 if (result != L2CAP_SUCCESS) { in HidHostRecvConfigRspCallbackTask()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 542 if (result != L2CAP_SUCCESS) { in TransportRecvConfigRspCallbackNative()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 414 L2CIF_ConfigRsp(lcid, id, &l2capCfg, L2CAP_SUCCESS, NULL); in AvdtConfigureIndication()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 728 if (L2CIF_ConfigRsp(lcid, id, &cfg, L2CAP_SUCCESS, nullptr)) { in BnepRecvConfigReqCallbackTask() 746 if (result != L2CAP_SUCCESS) { in BnepRecvConfigRspCallbackTask()
|
Completed in 18 milliseconds