Searched refs:btu_hcif_send_cmd (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/stack/hcic/ |
H A 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 …]
|
H A 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 …]
|
/aosp12/system/bt/stack/include/ |
H A D | btu.h | 46 void btu_hcif_send_cmd(uint8_t controller_id, BT_HDR* p_msg);
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_btu_hcif.cc | 67 void btu_hcif_send_cmd(UNUSED_ATTR uint8_t controller_id, BT_HDR* p_buf) { in btu_hcif_send_cmd() function
|
/aosp12/system/bt/stack/btu/ |
H A D | btu_task.cc | 75 btu_hcif_send_cmd((uint8_t)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()
|
H A D | btu_hcif.cc | 716 void btu_hcif_send_cmd(UNUSED_ATTR uint8_t controller_id, BT_HDR* p_buf) { in btu_hcif_send_cmd() function
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_acl.cc | 2179 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p_buf); in btm_acl_resubmit_page() 2228 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btm_acl_paging() 2234 btu_hcif_send_cmd(LOCAL_BR_EDR_CONTROLLER_ID, p); in btm_acl_paging()
|