/aosp12/system/bt/bta/av/ |
H A D | bta_av_api.cc | 491 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 D | bta_av_int.h | 322 tBTA_AV_CODE rsp_code; member
|
H A D | bta_av_act.cc | 673 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 D | mock_bta_av_api.cc | 53 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 D | btif_rc_test.cc | 66 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 D | bta_av_api.h | 290 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 D | gatt_cl.cc | 1114 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 D | gatt_utils.cc | 651 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 D | nfa_hci_api.h | 197 uint8_t rsp_code; /* Response id */ member
|
/aosp12/system/nfc/src/nfa/hci/ |
H A D | nfa_hci_utils.cc | 1140 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 D | nfa_hci_act.cc | 1989 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 D | wifi_nan.h | 2249 NanDataPathResponseCode rsp_code; member 2321 NanDataPathResponseCode rsp_code; member
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | nan_ind.cpp | 1142 …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 D | nan.cpp | 973 msg->rsp_code)) { in nan_data_indication_response()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | nan.cpp | 2077 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 D | hidl_struct_util.cpp | 2183 legacy_request->rsp_code = hidl_request.acceptRequest in convertHidlNanDataPathIndicationResponseToLegacy() 2430 legacy_ind.rsp_code == legacy_hal::NAN_DP_REQUEST_ACCEPT; in convertLegacyNanDataPathConfirmIndToHidl()
|