/system/bt/stack/btm/ |
H A D | btm_int.h | 59 uint16_t evt_len, uint8_t hci_status); 87 uint8_t hci_status); 110 extern void btm_acl_role_changed(uint8_t hci_status, const RawAddress* bd_addr, 113 uint8_t hci_status); 139 extern void btm_pm_proc_mode_change(uint8_t hci_status, uint16_t hci_handle, 145 extern void btm_sco_chk_pend_unpark(uint8_t hci_status, uint16_t hci_handle); 147 #define btm_sco_chk_pend_unpark(hci_status, hci_handle) 158 extern void btm_sco_connected(uint8_t hci_status, const RawAddress* bda,
|
H A D | btm_acl.cc | 311 void btm_acl_report_role_change(uint8_t hci_status, const RawAddress* bda) { argument 318 ref_data.hci_status = hci_status; 623 btm_cb.devcb.switch_role_ref_data.hci_status = HCI_ERR_UNSUPPORTED_VALUE; 678 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, 687 evt.hci_status = btm_cb.devcb.switch_role_ref_data.hci_status; 694 evt.new_role, evt.hci_status, p->switch_role_state); 1377 * hci_status - role switch status 1383 uint8_t hci_status) { 1382 btm_blacklist_role_change_device(const RawAddress& bd_addr, uint8_t hci_status) argument 1430 btm_acl_role_changed(uint8_t hci_status, const RawAddress* bd_addr, uint8_t new_role) argument 2472 btm_cont_rswitch(tACL_CONN* p, tBTM_SEC_DEV_REC* p_dev_rec, uint8_t hci_status) argument [all...] |
H A D | btm_sco.cc | 118 * valid. The hci_status parameter should be 124 static void btm_esco_conn_rsp(uint16_t sco_inx, uint8_t hci_status, 133 if (hci_status != HCI_SUCCESS || p_sco == NULL) { 139 btsnd_hcic_reject_conn(bda, hci_status); 141 btsnd_hcic_reject_esco_conn(bda, hci_status); 695 void btm_sco_chk_pend_unpark(uint8_t hci_status, uint16_t hci_handle) { 709 "handle 0x%04x, hci_status 0x%02x", 710 __func__, acl_handle, hci_status); 891 void btm_sco_connected(uint8_t hci_status, const RawAddress* bda, 900 btm_cb.sco_cb.sco_disc_reason = hci_status; [all...] |
H A D | btm_inq.cc | 1515 uint8_t hci_status; local 1537 STREAM_TO_UINT8(hci_status, p); 1538 if (hci_status != HCI_SUCCESS) { 1543 hci_status); 2114 uint16_t evt_len, uint8_t hci_status) { 2133 if (hci_status == HCI_ERR_UNSPECIFIED) 2142 if (hci_status == HCI_SUCCESS) { 2236 STREAM_TO_UINT8(result.hci_status, p); 2238 if (result.hci_status == HCI_SUCCESS) { 2244 result.tx_power, result.hci_status); 2113 btm_process_remote_name(const RawAddress* bda, BD_NAME bdn, uint16_t evt_len, uint8_t hci_status) argument [all...] |
H A D | btm_pm.cc | 728 * Input Parms hci_status - status of the event (HCI_SUCCESS if no errors) 738 void btm_pm_proc_mode_change(uint8_t hci_status, uint16_t hci_handle, argument 801 (*btm_cb.pm_reg_db[yy].cback)(p->remote_addr, mode, interval, hci_status); 810 btm_cont_rswitch(p, btm_find_dev(p->remote_addr), hci_status);
|
H A D | btm_int_types.h | 350 uint8_t hci_status; member in struct:__anon875 650 uint8_t hci_status; member in struct:__anon887
|
H A D | btm_ble_gap.cc | 1437 uint8_t hci_status = HCI_SUCCESS; local 1447 hci_status = HCI_ERR_HOST_TIMEOUT; 1450 btm_process_remote_name(&bda, bd_name, length + 1, hci_status); 1451 btm_sec_rmt_name_request_complete(&bda, (uint8_t*)p_name, hci_status);
|
/system/bt/stack/include/ |
H A D | btm_api_types.h | 757 uint8_t hci_status; /* HCI status returned with the event */ member in struct:__anon1034 776 uint8_t hci_status; member in struct:__anon1036 787 uint8_t hci_status; member in struct:__anon1037 798 uint8_t hci_status; member in struct:__anon1038 808 uint8_t hci_status; member in struct:__anon1039 818 uint8_t hci_status; member in struct:__anon1040 828 uint8_t hci_status; member in struct:__anon1041 892 uint8_t hci_status; /* HCI status returned with the event */ member in struct:__anon1046 1026 uint8_t hci_status; member in struct:__anon1051 1810 uint8_t hci_status); [all...] |
H A D | btm_api.h | 1185 * valid. The hci_status parameter should be 1192 extern void BTM_EScoConnRsp(uint16_t sco_inx, uint8_t hci_status,
|
/system/bt/bta/hf_client/ |
H A D | bta_hf_client_sco.cc | 106 uint8_t hci_status = HCI_SUCCESS; local 125 hci_status = HCI_ERR_HOST_REJECT_DEVICE; 128 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
|
/system/bt/bta/sys/ |
H A D | bta_sys_conn.cc | 101 uint8_t hci_status) { 103 bta_sys_cb.p_role_cb(BTA_SYS_ROLE_CHANGE, new_role, hci_status, &p_bda); 100 bta_sys_notify_role_chg(const RawAddress& p_bda, uint8_t new_role, uint8_t hci_status) argument
|
H A D | bta_sys.h | 271 uint8_t hci_status);
|
/system/bt/bta/dm/ |
H A D | bta_dm_pm.cc | 46 uint8_t hci_status); 858 uint8_t hci_status) { 865 p_buf->hci_status = hci_status; 940 if (p_data->pm_status.hci_status != 0) { 941 APPL_TRACE_ERROR("%s hci_status=%d", __func__, 942 p_data->pm_status.hci_status); 988 if (p_data->pm_status.hci_status == 0) { 856 bta_dm_pm_btm_cback(const RawAddress& bd_addr, tBTM_PM_STATUS status, uint16_t value, uint8_t hci_status) argument
|
H A D | bta_dm_int.h | 263 uint8_t hci_status; member in struct:__anon91 274 uint8_t hci_status; member in struct:__anon92
|
H A D | bta_dm_act.cc | 2825 p_msg->hci_status = p_data->role_chg.hci_status; 2949 p_data->acl_change.hci_status == HCI_SUCCESS) { 2975 p_data->acl_change.hci_status);
|
/system/bt/stack/l2cap/ |
H A D | l2c_link.cc | 853 uint8_t hci_status) { 866 if (hci_status == HCI_SUCCESS) 852 l2c_link_role_changed(const RawAddress* bd_addr, uint8_t new_role, uint8_t hci_status) argument
|
H A D | l2c_int.h | 741 uint8_t hci_status);
|
/system/bt/bta/av/ |
H A D | bta_av_int.h | 353 uint8_t hci_status; member in struct:__anon56
|
H A D | bta_av_main.cc | 845 * Returns (BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda) 865 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, 877 p_buf->hci_status = app_id;
|
H A D | bta_av_aact.cc | 823 if (p_data->role_res.hci_status != HCI_SUCCESS) { 845 if (p_data->role_res.hci_status != HCI_SUCCESS) {
|