Searched refs:btu_hcif_send_cmd (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hcicmds.c | 59 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_inquiry() 79 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_inq_cancel() 107 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_per_inq_mode() 127 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_exit_per_inq() 191 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_disconnect() 217 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_add_SCO_conn() 241 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_create_conn_cancel() 266 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_accept_conn() 292 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_reject_conn() 316 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_link_key_req_reply() [all …]
|
D | hciblecmds.c | 87 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_local_used_feat() 110 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_random_addr() 142 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_write_adv_params() 162 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_read_adv_chnl_tx_power() 200 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_adv_data() 235 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_scan_rsp_data() 259 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_adv_enable() 287 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_scan_params() 311 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_scan_enable() 355 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_create_ll_conn() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btu.h | 276 void btu_hcif_send_cmd (UINT8 controller_id, BT_HDR *p_msg);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_task.c | 170 btu_hcif_send_cmd ((UINT8)(p_msg->event & BT_SUB_EVT_MASK), p_msg); in btu_hci_msg_process()
|
D | btu_hcif.c | 444 void btu_hcif_send_cmd (UNUSED_ATTR UINT8 controller_id, BT_HDR *p_buf) in btu_hcif_send_cmd() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_acl.c | 2512 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p_buf); in btm_acl_resubmit_page() 2571 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btm_acl_paging() 2576 btu_hcif_send_cmd (LOCAL_BR_EDR_CONTROLLER_ID, p); in btm_acl_paging()
|