Searched defs:hci_status (Results 1 - 13 of 13) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_pm.c39 static void bta_dm_pm_btm_cback(BD_ADDR bd_addr, tBTM_PM_STATUS status, UINT16 value, UINT8 hci_status);
693 static void bta_dm_pm_btm_cback(BD_ADDR bd_addr, tBTM_PM_STATUS status, UINT16 value, UINT8 hci_status) argument
702 p_buf->hci_status = hci_status;
785 if (p_data->pm_status.hci_status != 0)
787 APPL_TRACE_ERROR1("bta_dm_pm_btm_status hci_status=%d", p_data->pm_status.hci_status);
H A Dbta_dm_int.h359 UINT8 hci_status; member in struct:__anon441
370 UINT8 hci_status; member in struct:__anon442
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys_conn.c102 void bta_sys_notify_role_chg(BD_ADDR_PTR p_bda, UINT8 new_role, UINT8 hci_status) argument
106 bta_sys_cb.p_role_cb(BTA_SYS_ROLE_CHANGE, new_role, hci_status, p_bda);
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sco.c1482 UINT8 hci_status = HCI_SUCCESS; local
1541 hci_status = HCI_ERR_HOST_REJECT_DEVICE;
1548 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c776 ** Input Parms hci_status - status of the event (HCI_SUCCESS if no errors)
784 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
898 (*btm_cb.pm_reg_db[yy].cback)( p->remote_addr, mode, interval, hci_status);
903 btm_cont_rswitch_or_chglinkkey(p, btm_find_dev(p->remote_addr), hci_status);
H A Dbtm_sco.c130 ** valid. The hci_status parameter should be
136 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda, argument
148 if (hci_status != HCI_SUCCESS || p_sco == NULL)
158 if (!btsnd_hcic_reject_conn (bda, hci_status))
165 if (!btsnd_hcic_reject_esco_conn (bda, hci_status))
731 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle) argument
744 BTM_TRACE_API3("btm_sco_chk_pend_unpark -> (e)SCO Link for ACL handle 0x%04x, Desired Type %d, hci_status 0x%02x",
745 acl_handle, btm_cb.sco_cb.desired_sco_mode, hci_status);
893 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle, argument
903 btm_cb.sco_cb.sco_disc_reason = hci_status;
1565 BTM_EScoConnRsp(UINT16 sco_inx, UINT8 hci_status, tBTM_ESCO_PARAMS *p_parms) argument
1747 BTM_EScoConnRsp(UINT16 sco_inx, UINT8 hci_status, tBTM_ESCO_PARAMS *p_parms) argument
[all...]
H A Dbtm_acl.c278 void btm_acl_report_role_change (UINT8 hci_status, BD_ADDR bda) argument
286 ref_data.hci_status = hci_status;
685 btm_cb.devcb.switch_role_ref_data.hci_status = HCI_ERR_UNSUPPORTED_VALUE;
809 p_data->hci_status = status;
847 handle, p_data->hci_status);
899 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr);
915 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr);
924 evt.hci_status = btm_cb.devcb.switch_role_ref_data.hci_status;
1904 btm_process_mode_change(UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
1965 btm_acl_role_changed(UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role) argument
2876 btm_cont_rswitch_or_chglinkkey(tACL_CONN *p, tBTM_SEC_DEV_REC *p_dev_rec, UINT8 hci_status) argument
[all...]
H A Dbtm_ble_gap.c1155 UINT8 hci_status = HCI_SUCCESS; local
1163 hci_status = HCI_ERR_HOST_TIMEOUT;
1166 btm_process_remote_name(bda, bd_name, length, hci_status);
1167 btm_sec_rmt_name_request_complete (bda, (UINT8 *)p_name, hci_status);
H A Dbtm_inq.c1784 UINT8 hci_status; local
1805 STREAM_TO_UINT8 (hci_status, p);
1806 if (hci_status != HCI_SUCCESS)
1809 BTM_TRACE_WARNING1 ("BTM Warning: Set Event Filter Failed (HCI returned 0x%x)", hci_status);
2500 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status) argument
2545 if (hci_status == HCI_ERR_UNSPECIFIED)
2555 if ((hci_status == HCI_SUCCESS))
2592 && (hci_status == HCI_SUCCESS))
2724 STREAM_TO_UINT8 (results.hci_status, p);
2726 if (results.hci_status
[all...]
H A Dbtm_int.h364 UINT8 hci_status; member in struct:__anon1017
605 UINT8 hci_status; member in struct:__anon1028
895 UINT8 hci_status);
927 UINT8 hci_status);
936 extern void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role);
953 extern void btm_process_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode,
963 extern void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode,
967 extern void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle);
969 #define btm_sco_chk_pend_unpark(hci_status, hci_handle)
979 extern void btm_sco_connected (UINT8 hci_status, BD_ADD
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c963 void l2c_link_role_changed (BD_ADDR bd_addr, UINT8 new_role, UINT8 hci_status) argument
978 if (hci_status == HCI_SUCCESS)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_int.h366 UINT8 hci_status; member in struct:__anon398
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h703 UINT8 hci_status; member in struct:__anon1168
713 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1169
724 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1170
746 UINT8 hci_status; member in struct:__anon1172
757 UINT8 hci_status; member in struct:__anon1173
768 UINT8 hci_status; member in struct:__anon1174
779 UINT8 hci_status; member in struct:__anon1175
838 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1180
1021 UINT8 hci_status; member in struct:__anon1186
1754 UINT16 value, UINT8 hci_status);
[all...]

Completed in 422 milliseconds