Home
last modified time | relevance | path

Searched refs:L2CAP_SUCCESS (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h85 #define L2CAP_SUCCESS 0x0000 macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_l2cap.c262 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 Davctp_br_l2cap.c275 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 Davctp_ctrl_act.c485 } while ((msgLen > 0) && (ret == L2CAP_SUCCESS)); in AvctSendFraMsg()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1293 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 Drfcomm_session_fsm.c252 if (configResult->result != L2CAP_SUCCESS) { in RfcommRecvConfigRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c318 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 Dhid_host_l2cap_connection.cpp814 if (result != L2CAP_SUCCESS) { in HidHostRecvConfigRspCallbackTask()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.cpp542 if (result != L2CAP_SUCCESS) { in TransportRecvConfigRspCallbackNative()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c414 L2CIF_ConfigRsp(lcid, id, &l2capCfg, L2CAP_SUCCESS, NULL); in AvdtConfigureIndication()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp728 if (L2CIF_ConfigRsp(lcid, id, &cfg, L2CAP_SUCCESS, nullptr)) { in BnepRecvConfigReqCallbackTask()
746 if (result != L2CAP_SUCCESS) { in BnepRecvConfigRspCallbackTask()

Completed in 18 milliseconds