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);
671 static void bta_dm_pm_btm_cback(BD_ADDR bd_addr, tBTM_PM_STATUS status, UINT16 value, UINT8 hci_status) argument
680 p_buf->hci_status = hci_status;
763 if (p_data->pm_status.hci_status != 0)
765 APPL_TRACE_ERROR1("bta_dm_pm_btm_status hci_status=%d", p_data->pm_status.hci_status);
H A Dbta_dm_int.h367 UINT8 hci_status; member in struct:__anon491
378 UINT8 hci_status; member in struct:__anon492
/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))
726 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle) argument
739 BTM_TRACE_API3("btm_sco_chk_pend_unpark -> (e)SCO Link for ACL handle 0x%04x, Desired Type %d, hci_status 0x%02x",
740 acl_handle, btm_cb.sco_cb.desired_sco_mode, hci_status);
888 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle, argument
898 btm_cb.sco_cb.sco_disc_reason = hci_status;
1577 BTM_EScoConnRsp(UINT16 sco_inx, UINT8 hci_status, tBTM_ESCO_PARAMS *p_parms) argument
1759 BTM_EScoConnRsp(UINT16 sco_inx, UINT8 hci_status, tBTM_ESCO_PARAMS *p_parms) argument
[all...]
H A Dbtm_ble_gap.c1165 UINT8 hci_status = HCI_SUCCESS; local
1173 hci_status = HCI_ERR_HOST_TIMEOUT;
1176 btm_process_remote_name(bda, bd_name, length +1, hci_status);
1177 btm_sec_rmt_name_request_complete (bda, (UINT8 *)p_name, hci_status);
H A Dbtm_acl.c332 void btm_acl_report_role_change (UINT8 hci_status, BD_ADDR bda) argument
340 ref_data.hci_status = hci_status;
723 btm_cb.devcb.switch_role_ref_data.hci_status = HCI_ERR_UNSUPPORTED_VALUE;
845 p_data->hci_status = status;
883 handle, p_data->hci_status);
935 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr);
951 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr);
960 evt.hci_status = btm_cb.devcb.switch_role_ref_data.hci_status;
2156 btm_process_mode_change(UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
2217 btm_acl_role_changed(UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role) argument
3188 btm_cont_rswitch_or_chglinkkey(tACL_CONN *p, tBTM_SEC_DEV_REC *p_dev_rec, UINT8 hci_status) argument
[all...]
H A Dbtm_inq.c1908 UINT8 hci_status; local
1929 STREAM_TO_UINT8 (hci_status, p);
1930 if (hci_status != HCI_SUCCESS)
1933 BTM_TRACE_WARNING1 ("BTM Warning: Set Event Filter Failed (HCI returned 0x%x)", hci_status);
2670 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status) argument
2709 if (hci_status == HCI_ERR_UNSPECIFIED)
2719 if ((hci_status == HCI_SUCCESS))
2758 && (hci_status == HCI_SUCCESS))
2889 STREAM_TO_UINT8 (results.hci_status, p);
2891 if (results.hci_status
[all...]
H A Dbtm_int.h404 UINT8 hci_status; member in struct:__anon1120
651 UINT8 hci_status; member in struct:__anon1131
945 UINT8 hci_status);
977 UINT8 hci_status);
986 extern void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role);
1003 extern void btm_process_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode,
1013 extern void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode,
1017 extern void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle);
1019 #define btm_sco_chk_pend_unpark(hci_status, hci_handle)
1029 extern void btm_sco_connected (UINT8 hci_status, BD_ADD
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c968 void l2c_link_role_changed (BD_ADDR bd_addr, UINT8 new_role, UINT8 hci_status) argument
983 if (hci_status == HCI_SUCCESS)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_int.h366 UINT8 hci_status; member in struct:__anon448
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h732 UINT8 hci_status; member in struct:__anon1282
742 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1283
753 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1284
775 UINT8 hci_status; member in struct:__anon1286
786 UINT8 hci_status; member in struct:__anon1287
797 UINT8 hci_status; member in struct:__anon1288
808 UINT8 hci_status; member in struct:__anon1289
872 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1294
1069 UINT8 hci_status; member in struct:__anon1300
1810 UINT16 value, UINT8 hci_status);
[all...]

Completed in 287 milliseconds