/system/bt/stack/mcap/ |
D | mca_api.c | 497 UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, in MCA_CreateMdlRsp() argument 505 …_API ("MCA_CreateMdlRsp: %d dep=%d mdl_id=%d cfg=%d rsp_code=%d", mcl, dep, mdl_id, cfg, rsp_code); in MCA_CreateMdlRsp() 519 if (rsp_code == MCA_RSP_SUCCESS) in MCA_CreateMdlRsp() 530 rsp_code = MCA_RSP_MDEP_BUSY; in MCA_CreateMdlRsp() 539 evt_data.rsp_code = rsp_code; in MCA_CreateMdlRsp() 659 UINT16 mdl_id, UINT8 rsp_code, in MCA_ReconnectMdlRsp() argument 681 if (rsp_code == MCA_RSP_SUCCESS) in MCA_ReconnectMdlRsp() 693 rsp_code = MCA_RSP_MDEP_BUSY; in MCA_ReconnectMdlRsp() 699 evt_data.rsp_code = rsp_code; in MCA_ReconnectMdlRsp()
|
D | mca_cact.c | 175 *p++ = p_msg->rsp_code; in mca_ccb_snd_rsp() 185 if (chk_mdl && p_msg->rsp_code == MCA_RSP_SUCCESS) { in mca_ccb_snd_rsp() 470 evt_data.rsp.rsp_code = *p++; in mca_ccb_hdl_rsp() 484 if (evt_data.rsp.rsp_code == MCA_RSP_SUCCESS) in mca_ccb_hdl_rsp() 490 if (evt_data.rsp.rsp_code == MCA_RSP_SUCCESS) in mca_ccb_hdl_rsp() 492 evt_data.rsp.rsp_code = MCA_RSP_BAD_MDL; in mca_ccb_hdl_rsp()
|
D | mca_int.h | 46 UINT8 rsp_code; /* valid only if op_code is a response */ member
|
/system/bt/stack/include/ |
D | mca_api.h | 137 UINT8 rsp_code; /* The response code */ member 152 UINT8 rsp_code; /* The response code. */ member 377 UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, 423 UINT16 mdl_id, UINT8 rsp_code,
|
/system/bt/bta/av/ |
D | bta_av_api.c | 516 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len… in BTA_AvVendorRsp() argument 523 p_buf->msg.hdr.ctype = rsp_code; in BTA_AvVendorRsp() 595 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp() argument 603 p_buf->rsp_code = rsp_code; in BTA_AvMetaRsp() 633 p_buf->rsp_code = cmd_code; in BTA_AvMetaCmd()
|
D | bta_av_int.h | 304 tBTA_AV_CODE rsp_code; member
|
D | bta_av_act.c | 677 p_data->api_meta_rsp.rsp_code, in bta_av_rc_meta_rsp() 942 av.remote_rsp.rsp_code = p_data->rc_msg.msg.hdr.ctype; in bta_av_rc_msg()
|
/system/bt/stack/gatt/ |
D | gatt_cl.c | 1087 UINT8 rsp_code = 0; in gatt_cmd_to_rsp_code() local 1091 rsp_code = cmd_code + 1; in gatt_cmd_to_rsp_code() 1093 return rsp_code; in gatt_cmd_to_rsp_code() 1108 UINT8 rsp_code; in gatt_cl_send_next_cmd_inq() local 1131 p_clcb = gatt_cmd_dequeue(p_tcb, &rsp_code); in gatt_cl_send_next_cmd_inq() 1170 UINT8 rsp_code; in gatt_client_handle_server_rsp() local 1174 p_clcb = gatt_cmd_dequeue(p_tcb, &rsp_code); in gatt_client_handle_server_rsp() 1176 rsp_code = gatt_cmd_to_rsp_code(rsp_code); in gatt_client_handle_server_rsp() 1178 if (p_clcb == NULL || (rsp_code != op_code && op_code != GATT_RSP_ERROR)) in gatt_client_handle_server_rsp() 1181 Request(%02x) Ignored", op_code, rsp_code); in gatt_client_handle_server_rsp()
|
D | gatt_utils.c | 1274 UINT8 rsp_code; in gatt_rsp_timeout() local 1276 if (p_clcb != gatt_cmd_dequeue(p_clcb->p_tcb, &rsp_code)) in gatt_rsp_timeout()
|
/system/bt/bta/include/ |
D | bta_av_api.h | 391 tBTA_AV_CODE rsp_code; member 754 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, 793 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
|
D | bta_hl_api.h | 352 tBTA_HL_DCH_CREATE_RSP rsp_code; member
|
/system/bt/bta/hl/ |
D | bta_hl_act.c | 1140 if (p_data->mca_evt.mca_data.abort_cfm.rsp_code != MCA_RSP_SUCCESS ) in bta_hl_dch_mca_abort_cfm() 1240 UINT8 rsp_code = MCA_RSP_SUCCESS; in bta_hl_dch_mca_reconnect_ind() local 1273 rsp_code = MCA_RSP_BAD_MDL; in bta_hl_dch_mca_reconnect_ind() 1278 rsp_code = MCA_RSP_BAD_MDL; in bta_hl_dch_mca_reconnect_ind() 1283 rsp_code = MCA_RSP_BAD_MDL; in bta_hl_dch_mca_reconnect_ind() 1289 rsp_code, in bta_hl_dch_mca_reconnect_ind() 1327 if (p_reconnect_cfm->rsp_code == MCA_RSP_SUCCESS) in bta_hl_dch_mca_reconnect_cfm() 1405 if (p_create_rsp->rsp_code == BTA_HL_DCH_CREATE_RSP_SUCCESS) in bta_hl_dch_create_rsp() 1448 UINT8 rsp_code = MCA_RSP_SUCCESS; in bta_hl_dch_mca_create_ind() local 1479 rsp_code = MCA_RSP_CFG_REJ; in bta_hl_dch_mca_create_ind() [all …]
|
D | bta_hl_api.c | 497 p_buf->rsp_code = p_rsp_param->rsp_code; in BTA_HlDchCreateRsp()
|
D | bta_hl_int.h | 399 tBTA_HL_DCH_CREATE_RSP rsp_code; member
|
D | bta_hl_main.c | 1723 if (p_delete_cfm->rsp_code == MCA_RSP_SUCCESS ) in bta_hl_mca_delete_mdl_cfm()
|
/system/bt/btif/src/ |
D | btif_hl.c | 2580 tBTA_HL_DCH_CREATE_RSP rsp_code = BTA_HL_DCH_CREATE_RSP_CFG_REJ; in btif_hl_proc_create_ind() local 2609 rsp_code = BTA_HL_DCH_CREATE_RSP_SUCCESS; in btif_hl_proc_create_ind() 2619 rsp_code = BTA_HL_DCH_CREATE_RSP_SUCCESS; in btif_hl_proc_create_ind() 2636 BTIF_TRACE_DEBUG("create response rsp_code=%d rsp_cfg=%d", rsp_code, rsp_cfg ); in btif_hl_proc_create_ind() 2639 create_rsp_param.rsp_code = rsp_code; in btif_hl_proc_create_ind()
|