/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_ccb_act.cc | 214 p_data->msg.hdr.err_code = AVDT_ERR_BAD_STATE; in avdt_ccb_hdl_getcap_cmd() 261 uint8_t err_code = 0; in avdt_ccb_hdl_start_cmd() local 266 p_data->msg.multi.num_seps, &err_code); in avdt_ccb_hdl_start_cmd() 267 if (seid == 0 && err_code == 0) { in avdt_ccb_hdl_start_cmd() 272 p_data->msg.hdr.err_code = err_code; in avdt_ccb_hdl_start_cmd() 298 event = (p_data->msg.hdr.err_code == 0) ? AVDT_SCB_MSG_START_RSP_EVT in avdt_ccb_hdl_start_rsp() 329 uint8_t err_code = 0; in avdt_ccb_hdl_suspend_cmd() local 334 p_data->msg.multi.num_seps, &err_code)) == 0 && in avdt_ccb_hdl_suspend_cmd() 335 err_code == 0) { in avdt_ccb_hdl_suspend_cmd() 340 p_data->msg.hdr.err_code = err_code; in avdt_ccb_hdl_suspend_cmd() [all …]
|
D | avdt_scb_act.cc | 132 p_scb->close_code = p_data->msg.hdr.err_code; in avdt_scb_hdl_close_rsp() 471 p_data->msg.hdr.err_code = AVDT_ERR_NSC; in avdt_scb_hdl_reconfig_cmd() 496 if (p_data->msg.hdr.err_code == 0) { in avdt_scb_hdl_reconfig_rsp() 532 p_data->msg.hdr.err_code = AVDT_ERR_NSC; in avdt_scb_hdl_security_cmd() 609 p_data->msg.hdr.err_code = AVDT_ERR_UNSUP_CFG; in avdt_scb_hdl_setconfig_cmd() 803 avdt_ctrl.hdr.err_code = p_scb->close_code; in avdt_scb_hdl_tc_close() 906 avdt_ctrl.hdr.err_code = 0; in avdt_scb_hdl_tc_close_sto() 941 p_data->open.hdr.err_code = 0; in avdt_scb_hdl_tc_open() 976 if (p_data->open.hdr.err_code == AVDT_CHAN_REPORT) { in avdt_scb_hdl_tc_open_sto() 977 avdt_ctrl.hdr.err_code = 0; in avdt_scb_hdl_tc_open_sto() [all …]
|
D | avdt_api.cc | 49 uint8_t err_code = AVDT_ERR_TIMEOUT; in avdt_ccb_idle_ccb_timer_timeout() local 52 avdt_ccb_evt.err_code = err_code; in avdt_ccb_idle_ccb_timer_timeout() 59 uint8_t err_code = AVDT_ERR_TIMEOUT; in avdt_ccb_ret_ccb_timer_timeout() local 62 avdt_ccb_evt.err_code = err_code; in avdt_ccb_ret_ccb_timer_timeout() 69 uint8_t err_code = AVDT_ERR_TIMEOUT; in avdt_ccb_rsp_ccb_timer_timeout() local 72 avdt_ccb_evt.err_code = err_code; in avdt_ccb_rsp_ccb_timer_timeout() 529 evt.msg.hdr.err_code = error_code; in AVDT_ConfigRsp() 814 evt.msg.security_rsp.hdr.err_code = error_code; in AVDT_SecurityRsp()
|
D | avdt_msg.cc | 1006 p_msg->hdr.err_code = *p; in avdt_msg_prs_rej() 1454 AVDT_MSG_BLD_ERR(p, p_params->hdr.err_code); in avdt_msg_send_rej() 1567 msg.hdr.err_code = AVDT_ERR_NSC; in avdt_msg_ind() 1612 msg.hdr.err_code = err = in avdt_msg_ind() 1616 msg.hdr.err_code = err = in avdt_msg_ind()
|
D | avdt_ad.cc | 386 open.hdr.err_code = avdt_ad_tcid_to_type(p_tbl->tcid); in avdt_ad_tc_open_ind()
|
D | avdt_int.h | 378 uint8_t err_code; member
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_ci.cc | 66 void bta_av_ci_setconfig(tBTA_AV_HNDL bta_av_handle, uint8_t err_code, in bta_av_ci_setconfig() argument 72 __func__, bta_av_handle, err_code, category, num_seid, in bta_av_ci_setconfig() 79 p_buf->hdr.event = (err_code == A2DP_SUCCESS) ? BTA_AV_CI_SETCONFIG_OK_EVT in bta_av_ci_setconfig() 81 p_buf->err_code = err_code; in bta_av_ci_setconfig()
|
D | bta_av_aact.cc | 360 } else if (event == AVDT_SECURITY_CFM_EVT && p_data->hdr.err_code == 0) { in bta_av_proc_stream_evt() 395 if (p_data->hdr.err_code == 0) { in bta_av_proc_stream_evt() 402 p_msg->msg.hdr.err_code = 0; in bta_av_proc_stream_evt() 414 p_msg->msg.hdr.err_code = 0; in bta_av_proc_stream_evt() 418 if ((p_data == NULL) || (p_data->hdr.err_code == 0)) { in bta_av_proc_stream_evt() 946 setconfig.err_code = AVDT_ERR_UNSUP_CFG; in bta_av_config_ind() 1083 (p_data->ci_setconfig.err_code == AVDT_SUCCESS) && in bta_av_setconfig_rsp() 1093 p_data->ci_setconfig.err_code, p_data->ci_setconfig.category); in bta_av_setconfig_rsp() 1097 if (p_data->ci_setconfig.err_code == AVDT_SUCCESS) { in bta_av_setconfig_rsp() 1295 protect_rsp.err_code = p_data->str_msg.msg.hdr.err_code; in bta_av_security_cfm() [all …]
|
D | bta_av_int.h | 355 uint8_t err_code; member
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_vendor_ldac_encoder.cc | 320 int err_code = ldacBT_get_error_code(a2dp_ldac_encoder_cb.ldac_handle); in a2dp_vendor_ldac_encoder_update() local 324 __func__, result, LDACBT_API_ERR(err_code), LDACBT_HANDLE_ERR(err_code), in a2dp_vendor_ldac_encoder_update() 325 LDACBT_BLOCK_ERR(err_code), err_code); in a2dp_vendor_ldac_encoder_update() 490 int err_code = in a2dp_ldac_encode_frames() local 495 __func__, result, LDACBT_API_ERR(err_code), in a2dp_ldac_encode_frames() 496 LDACBT_HANDLE_ERR(err_code), LDACBT_BLOCK_ERR(err_code), in a2dp_ldac_encode_frames() 497 err_code); in a2dp_ldac_encode_frames()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_avdtp_test.cc | 123 uint8_t err_code = 0; in TEST_F() local 128 ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); in TEST_F() 155 uint8_t err_code = 0; in TEST_F() local 157 ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); in TEST_F() 172 uint8_t err_code = 0; in TEST_F() local 174 ASSERT_EQ(AVDT_ConfigRsp(scb_handle_, label, err_code, category), AVDT_SUCCESS); in TEST_F()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_av_ci.h | 60 extern void bta_av_ci_setconfig(tBTA_AV_HNDL bta_av_handle, uint8_t err_code,
|
D | bta_av_api.h | 231 tBTA_AV_ERR err_code; member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_av_ci.cc | 35 void bta_av_ci_setconfig(tBTA_AV_HNDL bta_av_handle, uint8_t err_code, in bta_av_ci_setconfig() argument
|
D | mock_stack_hcic_hcicmds.h | 291 std::function<void(const RawAddress& bd_addr, uint8_t err_code)> body{ 292 [](const RawAddress& bd_addr, uint8_t err_code) {}}; 293 void operator()(const RawAddress& bd_addr, uint8_t err_code) { in operator() 294 body(bd_addr, err_code); in operator()
|
D | mock_stack_hcic_hcicmds.cc | 227 uint8_t err_code) { in btsnd_hcic_io_cap_req_neg_reply() argument 230 err_code); in btsnd_hcic_io_cap_req_neg_reply()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | avdtc_api.h | 239 uint8_t label, uint8_t err_code, uint8_t err_param);
|
D | avdt_api.h | 394 err_code; /* Zero if operation succeeded; nonzero if operation failed */ member
|
D | hcimsgs.h | 228 uint8_t err_code);
|
/packages/modules/Bluetooth/system/stack/avct/ |
D | avct_int.h | 127 uint8_t err_code; member
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 2554 uint8_t err_code = 0; in btm_io_capabilities_req() local 2579 err_code = HCI_ERR_HOST_BUSY_PAIRING; in btm_io_capabilities_req() 2585 err_code = HCI_ERR_HOST_BUSY_PAIRING; in btm_io_capabilities_req() 2594 err_code = HCI_ERR_PAIRING_NOT_ALLOWED; in btm_io_capabilities_req() 2605 err_code = HCI_ERR_PAIRING_NOT_ALLOWED; in btm_io_capabilities_req() 2609 if (err_code != 0) { in btm_io_capabilities_req() 2610 btsnd_hcic_io_cap_req_neg_reply(evt_data.bd_addr, err_code); in btm_io_capabilities_req()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_utils.cc | 815 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint16_t cid, uint8_t err_code, in gatt_send_error_rsp() argument 822 msg.error.reason = err_code; in gatt_send_error_rsp()
|
D | gatt_int.h | 530 uint8_t err_code, uint8_t op_code,
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 1548 uint8_t err_code) { in btsnd_hcic_io_cap_req_neg_reply() argument 1559 UINT8_TO_STREAM(pp, err_code); in btsnd_hcic_io_cap_req_neg_reply()
|