Searched refs:LOCAL_BR_EDR_CONTROLLER_ID (Results 1 – 14 of 14) sorted by relevance
/external/bluetooth/bluedroid/stack/hcic/ |
D | hcicmds.c | 63 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_inquiry() 82 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_inq_cancel() 109 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_per_inq_mode() 128 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_exit_per_inq() 170 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_create_conn() 193 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_disconnect() 223 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_add_SCO_conn() 246 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_create_conn_cancel() 268 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_accept_conn() 291 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_reject_conn() [all …]
|
D | hciblecmds.c | 54 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_reset() 76 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_evt_mask() 97 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_read_buffer_size() 117 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_read_local_spt_feat() 137 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_local_used_feat() 159 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_random_addr() 191 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_write_adv_params() 210 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_read_adv_chnl_tx_power() 242 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_adv_data() 275 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_scan_rsp_data() [all …]
|
/external/bluetooth/bluedroid/hci/include/ |
D | bt_hci_bdroid.h | 107 #define LOCAL_BR_EDR_CONTROLLER_ID 0 macro
|
/external/bluetooth/bluedroid/stack/btu/ |
D | btu_task.c | 825 if ((btu_cb.hci_cmd_cb[LOCAL_BR_EDR_CONTROLLER_ID].cmd_cmpl_q.count == 0) in btu_check_bt_sleep() 826 &&(btu_cb.hci_cmd_cb[LOCAL_BR_EDR_CONTROLLER_ID].cmd_xmit_q.count == 0)) in btu_check_bt_sleep()
|
D | btu_hcif.c | 457 if ( ((controller_id == LOCAL_BR_EDR_CONTROLLER_ID) in btu_hcif_send_cmd() 487 if (controller_id == LOCAL_BR_EDR_CONTROLLER_ID) in btu_hcif_send_cmd() 508 if (controller_id == LOCAL_BR_EDR_CONTROLLER_ID) in btu_hcif_send_cmd()
|
/external/bluetooth/bluedroid/main/ |
D | bte_main.c | 331 if((sub_event == LOCAL_BR_EDR_CONTROLLER_ID) || \ in bte_main_hci_send()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_devctl.c | 409 btsnd_hcic_reset (LOCAL_BR_EDR_CONTROLLER_ID); in btm_dev_reset() 482 btsnd_hcic_read_local_ver (LOCAL_BR_EDR_CONTROLLER_ID); in btm_get_local_version() 1625 if (!btsnd_hcic_set_event_mask(LOCAL_BR_EDR_CONTROLLER_ID, in BTM_EnableTestMode()
|
D | btm_acl.c | 1432 if (!btsnd_hcic_write_link_super_tout (LOCAL_BR_EDR_CONTROLLER_ID, in BTM_SetLinkSuperTout() 2978 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p_buf); in btm_acl_resubmit_page() 3052 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btm_acl_paging() 3059 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btm_acl_paging()
|
D | btm_sec.c | 2660 btsnd_hcic_set_event_mask(LOCAL_BR_EDR_CONTROLLER_ID, in btm_sec_dev_reset() 2663 btsnd_hcic_set_event_mask(LOCAL_BR_EDR_CONTROLLER_ID, in btm_sec_dev_reset()
|
/external/bluetooth/bluedroid/hci/src/ |
D | hci_h4.c | 614 if (sub_event == LOCAL_BR_EDR_CONTROLLER_ID) in hci_h4_send_msg()
|
D | hci_mct.c | 600 if (sub_event == LOCAL_BR_EDR_CONTROLLER_ID) in hci_mct_send_msg()
|
/external/bluetooth/bluedroid/stack/include/ |
D | hcidefs.h | 960 #define LOCAL_BR_EDR_CONTROLLER_ID 0 macro
|
/external/libnfc-nci/src/include/ |
D | hcidefs.h | 1071 #define LOCAL_BR_EDR_CONTROLLER_ID 0 macro
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | hcidefs.h | 1071 #define LOCAL_BR_EDR_CONTROLLER_ID 0 macro
|