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

/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_sco.c151 UINT8 hci_status = HCI_SUCCESS; local
171 hci_status = HCI_ERR_HOST_REJECT_DEVICE;
174 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
/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_ERROR("bta_dm_pm_btm_status hci_status=%d", p_data->pm_status.hci_status);
809 if (p_data->pm_status.hci_status == 0)
H A Dbta_dm_int.h390 UINT8 hci_status; member in struct:__anon495
405 UINT8 hci_status; member in struct:__anon496
/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.c1565 UINT8 hci_status = HCI_SUCCESS; local
1626 hci_status = HCI_ERR_HOST_REJECT_DEVICE;
1633 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c781 ** Input Parms hci_status - status of the event (HCI_SUCCESS if no errors)
789 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
903 (*btm_cb.pm_reg_db[yy].cback)( p->remote_addr, mode, interval, hci_status);
908 btm_cont_rswitch_or_chglinkkey(p, btm_find_dev(p->remote_addr), hci_status);
H A Dbtm_sco.c135 ** valid. The hci_status parameter should be
141 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda, argument
153 if (hci_status != HCI_SUCCESS || p_sco == NULL)
163 if (!btsnd_hcic_reject_conn (bda, hci_status))
170 if (!btsnd_hcic_reject_esco_conn (bda, hci_status))
733 void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle) argument
746 BTM_TRACE_API("btm_sco_chk_pend_unpark -> (e)SCO Link for ACL handle 0x%04x, Desired Type %d, hci_status 0x%02x",
747 acl_handle, btm_cb.sco_cb.desired_sco_mode, hci_status);
895 void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle, argument
905 btm_cb.sco_cb.sco_disc_reason = hci_status;
1584 BTM_EScoConnRsp(UINT16 sco_inx, UINT8 hci_status, tBTM_ESCO_PARAMS *p_parms) argument
1766 BTM_EScoConnRsp(UINT16 sco_inx, UINT8 hci_status, tBTM_ESCO_PARAMS *p_parms) argument
[all...]
H A Dbtm_acl.c362 void btm_acl_report_role_change (UINT8 hci_status, BD_ADDR bda) argument
370 ref_data.hci_status = hci_status;
761 btm_cb.devcb.switch_role_ref_data.hci_status = HCI_ERR_UNSUPPORTED_VALUE;
883 p_data->hci_status = status;
921 handle, p_data->hci_status);
973 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr);
989 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr);
998 evt.hci_status = btm_cb.devcb.switch_role_ref_data.hci_status;
2236 btm_process_mode_change(UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
2297 btm_acl_role_changed(UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role) argument
3279 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.c1753 UINT8 hci_status = HCI_SUCCESS; local
1765 hci_status = HCI_ERR_HOST_TIMEOUT;
1768 btm_process_remote_name(bda, bd_name, length +1, hci_status);
1769 btm_sec_rmt_name_request_complete (bda, (UINT8 *)p_name, hci_status);
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_WARNING ("BTM Warning: Set Event Filter Failed (HCI returned 0x%x)", hci_status);
2669 void btm_process_remote_name (BD_ADDR bda, BD_NAME bdn, UINT16 evt_len, UINT8 hci_status) argument
2708 if (hci_status == HCI_ERR_UNSPECIFIED)
2718 if ((hci_status == HCI_SUCCESS))
2757 && (hci_status == HCI_SUCCESS))
2888 STREAM_TO_UINT8 (results.hci_status, p);
2890 if (results.hci_status
[all...]
H A Dbtm_int.h407 UINT8 hci_status; member in struct:__anon1244
674 UINT8 hci_status; member in struct:__anon1255
968 UINT8 hci_status);
1001 UINT8 hci_status);
1010 extern void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role);
1029 extern void btm_process_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode,
1039 extern void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode,
1043 extern void btm_sco_chk_pend_unpark (UINT8 hci_status, UINT16 hci_handle);
1045 #define btm_sco_chk_pend_unpark(hci_status, hci_handle)
1055 extern void btm_sco_connected (UINT8 hci_status, BD_ADD
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c996 void l2c_link_role_changed (BD_ADDR bd_addr, UINT8 new_role, UINT8 hci_status) argument
1011 if (hci_status == HCI_SUCCESS)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_int.h371 UINT8 hci_status; member in struct:__anon452
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h733 UINT8 hci_status; member in struct:__anon1407
743 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1408
754 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1409
776 UINT8 hci_status; member in struct:__anon1411
787 UINT8 hci_status; member in struct:__anon1412
798 UINT8 hci_status; member in struct:__anon1413
809 UINT8 hci_status; member in struct:__anon1414
881 UINT8 hci_status; /* HCI status returned with the event */ member in struct:__anon1419
1084 UINT8 hci_status; member in struct:__anon1425
1826 UINT16 value, UINT8 hci_status);
[all...]

Completed in 172 milliseconds