Searched refs:LOCAL_BR_EDR_CONTROLLER_ID (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/hcic/ |
D | hcicmds.cc | 500 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_inquiry() 512 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_inq_cancel() 533 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_per_inq_mode() 545 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_exit_per_inq() 580 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_disconnect() 596 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_add_SCO_conn() 611 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_create_conn_cancel() 626 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_accept_conn() 642 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_reject_conn() 659 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_link_key_req_reply() [all …]
|
D | hciblecmds.cc | 119 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_local_used_feat() 134 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_random_addr() 161 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_write_adv_params() 173 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_read_adv_chnl_tx_power() 196 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_adv_data() 219 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_scan_rsp_data() 234 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_adv_enable() 254 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_scan_params() 270 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_scan_enable() 304 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_create_ll_conn() [all …]
|
/system/bt/hci/include/ |
D | bt_hci_bdroid.h | 69 #define LOCAL_BR_EDR_CONTROLLER_ID 0 macro
|
D | hci_layer.h | 53 #define LOCAL_BR_EDR_CONTROLLER_ID 0 macro
|
/system/bt/main/ |
D | bte_main.cc | 104 if ((sub_event == LOCAL_BR_EDR_CONTROLLER_ID) || in bte_main_hci_send()
|
/system/bt/stack/acl/ |
D | btm_acl.cc | 215 btsnd_hcic_write_link_super_tout(LOCAL_BR_EDR_CONTROLLER_ID, link.Handle(), in hci_btm_set_link_supervision_timeout() 1161 btsnd_hcic_write_link_super_tout(LOCAL_BR_EDR_CONTROLLER_ID, in BTM_SetLinkSuperTout() 2169 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p_buf); in btm_acl_resubmit_page() 2218 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btm_acl_paging() 2224 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btm_acl_paging()
|
/system/bt/hci/src/ |
D | packet_fragmenter.cc | 88 SUB_EVENT(packet->event) == LOCAL_BR_EDR_CONTROLLER_ID in fragment_and_dispatch_acl()
|
/system/bt/stack/include/ |
D | hcidefs.h | 899 #define LOCAL_BR_EDR_CONTROLLER_ID 0 macro
|