/system/bt/stack/btm/ |
btm_acl.c | 354 void btm_acl_report_role_change (UINT8 hci_status, BD_ADDR bda) 362 ref_data.hci_status = hci_status; 709 btm_cb.devcb.switch_role_ref_data.hci_status = HCI_ERR_UNSUPPORTED_VALUE; 762 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr); 778 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr); 786 evt.hci_status = btm_cb.devcb.switch_role_ref_data.hci_status; 790 evt.new_role, evt.hci_status, p->switch_role_state); [all...] |
btm_sco.c | 142 ** valid. The hci_status parameter should be 148 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda, 160 if (hci_status != HCI_SUCCESS || p_sco == NULL) 170 if (!btsnd_hcic_reject_conn (bda, hci_status)) 177 if (!btsnd_hcic_reject_esco_conn (bda, hci_status)) 743 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle) 756 BTM_TRACE_API("btm_sco_chk_pend_unpark -> (e)SCO Link for ACL handle 0x%04x, Desired Type %d, hci_status 0x%02x", 757 acl_handle, btm_cb.sco_cb.desired_sco_mode, hci_status); [all...] |
btm_int.h | 359 UINT8 hci_status; member in struct:__anon73992 669 UINT8 hci_status; member in struct:__anon74004 [all...] |
btm_pm.c | 805 ** Input Parms hci_status - status of the event (HCI_SUCCESS if no errors) 813 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) 883 (*btm_cb.pm_reg_db[yy].cback)( p->remote_addr, mode, interval, hci_status); 892 btm_cont_rswitch(p, btm_find_dev(p->remote_addr), hci_status); [all...] |
btm_inq.c | 1691 UINT8 hci_status; local [all...] |
btm_ble_gap.c | 2038 UINT8 hci_status = HCI_SUCCESS; local [all...] |
/system/bt/bta/hf_client/ |
bta_hf_client_sco.c | 150 UINT8 hci_status = HCI_SUCCESS; local 170 hci_status = HCI_ERR_HOST_REJECT_DEVICE; 173 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
|
/system/bt/bta/dm/ |
bta_dm_pm.c | 42 static void bta_dm_pm_btm_cback(BD_ADDR bd_addr, tBTM_PM_STATUS status, UINT16 value, UINT8 hci_status); 933 static void bta_dm_pm_btm_cback(BD_ADDR bd_addr, tBTM_PM_STATUS status, UINT16 value, UINT8 hci_status) 941 p_buf->hci_status = hci_status; [all...] |
bta_dm_int.h | 317 UINT8 hci_status; member in struct:__anon73213 332 UINT8 hci_status; member in struct:__anon73214 [all...] |
bta_dm_act.c | [all...] |
/system/bt/bta/sys/ |
bta_sys_conn.c | 103 void bta_sys_notify_role_chg(BD_ADDR_PTR p_bda, UINT8 new_role, UINT8 hci_status) 107 bta_sys_cb.p_role_cb(BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda);
|
bta_sys.h | 263 extern void bta_sys_notify_role_chg(BD_ADDR_PTR p_bda, UINT8 new_role, UINT8 hci_status);
|
/system/bt/stack/include/ |
btm_api.h | 722 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon74152 744 UINT8 hci_status; member in struct:__anon74154 755 UINT8 hci_status; member in struct:__anon74155 766 UINT8 hci_status; member in struct:__anon74156 777 UINT8 hci_status; member in struct:__anon74157 849 UINT8 hci_status; \/* HCI status returned with the event *\/ member in struct:__anon74162 1054 UINT8 hci_status; member in struct:__anon74168 [all...] |
/system/bt/bta/ag/ |
bta_ag_sco.c | 1559 UINT8 hci_status = HCI_SUCCESS; local [all...] |
/system/bt/bta/av/ |
bta_av_main.c | 908 ** Returns (BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda) 928 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl); 938 p_buf->hci_status = app_id; [all...] |
bta_av_int.h | 375 UINT8 hci_status; member in struct:__anon73176
|
bta_av_aact.c | 837 if (p_data->role_res.hci_status != HCI_SUCCESS) 863 if (p_data->role_res.hci_status != HCI_SUCCESS) [all...] |
/system/bt/stack/l2cap/ |
l2c_link.c | [all...] |
l2c_int.h | [all...] |