Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c487 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len… in BTA_AvVendorRsp() argument
494 p_buf->msg.hdr.ctype = rsp_code; in BTA_AvVendorRsp()
567 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument
575 p_buf->rsp_code = rsp_code; in BTA_AvMetaRsp()
608 p_buf->rsp_code = cmd_code; in BTA_AvMetaCmd()
Dbta_av_act.c622 p_data->api_meta_rsp.rsp_code, in bta_av_rc_meta_rsp()
864 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype; in bta_av_rc_msg()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c1076 UINT8 rsp_code = 0; in gatt_cmd_to_rsp_code() local
1079 rsp_code = cmd_code + 1; in gatt_cmd_to_rsp_code()
1081 return rsp_code; in gatt_cmd_to_rsp_code()
1096 UINT8 rsp_code; in gatt_cl_send_next_cmd_inq() local
1117 p_clcb = gatt_cmd_dequeue(p_tcb, &rsp_code); in gatt_cl_send_next_cmd_inq()
1155 UINT8 rsp_code; in gatt_client_handle_server_rsp() local
1159 p_clcb = gatt_cmd_dequeue(p_tcb, &rsp_code); in gatt_client_handle_server_rsp()
1161 rsp_code = gatt_cmd_to_rsp_code(rsp_code); in gatt_client_handle_server_rsp()
1163 if (p_clcb == NULL || (rsp_code != op_code && op_code != GATT_RSP_ERROR)) { in gatt_client_handle_server_rsp()
1165 Request(%02x) Ignored", op_code, rsp_code); in gatt_client_handle_server_rsp()
Dgatt_utils.c1359 UINT8 rsp_code; in gatt_rsp_timeout() local
1361 if (p_clcb != gatt_cmd_dequeue(p_clcb->p_tcb, &rsp_code)) { in gatt_rsp_timeout()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h437 tBTA_AV_CODE rsp_code; member
810 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
849 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h297 esp_avrc_rsp_t rsp_code; /*!< response code */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c871 param.psth_rsp.rsp_code = p_remote_rsp->rsp_code; in handle_rc_passthrough_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h258 tBTA_AV_CODE rsp_code; member