Home
last modified time | relevance | path

Searched refs:rsp_code (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/bt/bta/av/
H A Dbta_av_api.cc491 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
498 p_buf->msg.hdr.ctype = rsp_code; in BTA_AvVendorRsp()
569 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument
576 p_buf->rsp_code = rsp_code; in BTA_AvMetaRsp()
609 p_buf->rsp_code = cmd_code; in BTA_AvMetaCmd()
H A Dbta_av_int.h322 tBTA_AV_CODE rsp_code; member
H A Dbta_av_act.cc673 p_data->api_meta_rsp.rsp_code, p_data->api_meta_rsp.p_pkt); in bta_av_rc_meta_rsp()
915 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype; in bta_av_rc_msg()
/aosp12/system/bt/test/mock/
H A Dmock_bta_av_api.cc53 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument
102 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc66 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument
75 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code, in BTA_AvVendorRsp() argument
/aosp12/system/bt/bta/include/
H A Dbta_av_api.h290 tBTA_AV_CODE rsp_code; member
613 void BTA_AvVendorRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
651 void BTA_AvMetaRsp(uint8_t rc_handle, uint8_t label, tBTA_AV_CODE rsp_code,
/aosp12/system/bt/stack/gatt/
H A Dgatt_cl.cc1114 uint8_t rsp_code = 0; in gatt_cmd_to_rsp_code() local
1117 rsp_code = cmd_code + 1; in gatt_cmd_to_rsp_code()
1119 return rsp_code; in gatt_cmd_to_rsp_code()
1155 uint8_t rsp_code; in gatt_cl_send_next_cmd_inq() local
1156 tGATT_CLCB* p_clcb = gatt_cmd_dequeue(tcb, cmd.cid, &rsp_code); in gatt_cl_send_next_cmd_inq()
1197 uint8_t rsp_code = gatt_cmd_to_rsp_code(cmd_code); in gatt_client_handle_server_rsp() local
1198 if (!p_clcb || (rsp_code != op_code && op_code != GATT_RSP_ERROR)) { in gatt_client_handle_server_rsp()
1201 op_code, rsp_code); in gatt_client_handle_server_rsp()
H A Dgatt_utils.cc651 uint8_t rsp_code; in gatt_rsp_timeout() local
653 if (p_clcb != gatt_cmd_dequeue(*p_clcb->p_tcb, p_clcb->cid, &rsp_code)) { in gatt_rsp_timeout()
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h197 uint8_t rsp_code; /* Response id */ member
/aosp12/system/nfc/src/nfa/hci/
H A Dnfa_hci_utils.cc1140 static std::string nfa_hciu_get_response_name(uint8_t rsp_code) { in nfa_hciu_get_response_name() argument
1141 switch (rsp_code) { in nfa_hciu_get_response_name()
H A Dnfa_hci_act.cc1989 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst; in nfa_hci_handle_generic_gate_rsp()
2046 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst; in nfa_hci_handle_connectivity_gate_pkt()
2106 evt_data.rsp_rcvd.rsp_code = nfa_hci_cb.inst; in nfa_hci_handle_loopback_gate_pkt()
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h2249 NanDataPathResponseCode rsp_code; member
2321 NanDataPathResponseCode rsp_code; member
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_ind.cpp1142 …event->rsp_code = (NanDataPathResponseCode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_RESPONSE… in getNdpConfirm()
1143 ALOGD("%s: Response code %d", __FUNCTION__, event->rsp_code); in getNdpConfirm()
H A Dnan.cpp973 msg->rsp_code)) { in nan_data_indication_response()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dnan.cpp2077 result = request.put_u8(NAN_ATTRIBUTE_RSP_CODE, mParams->rsp_code); in createDataPathIndResponse()
2080 __func__, mParams->rsp_code, result); in createDataPathIndResponse()
2378 ndp_create_confirmation_event.rsp_code = in handleEvent()
2382 ndp_create_confirmation_event.rsp_code = in handleEvent()
4086 ALOGI("response code =%u\n", msg->rsp_code); in dump_NanDataPathIndicationResponse()
4949 ndp_create_confirmation_event.rsp_code = in handleEvent()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp2183 legacy_request->rsp_code = hidl_request.acceptRequest in convertHidlNanDataPathIndicationResponseToLegacy()
2430 legacy_ind.rsp_code == legacy_hal::NAN_DP_REQUEST_ACCEPT; in convertLegacyNanDataPathConfirmIndToHidl()