Searched refs:btu_hcif_send_cmd_sync (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1152 return btu_hcif_send_cmd_sync(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_prefered_default_phy() 1235 return btu_hcif_send_cmd_sync (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_extend_rand_address() 1279 return btu_hcif_send_cmd_sync (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_ext_adv_params() 1311 uint8_t status = btu_hcif_send_cmd_sync (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_ext_adv_data() 1345 return btu_hcif_send_cmd_sync (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_set_ext_adv_scan_rsp_data() 1375 return btu_hcif_send_cmd_sync (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_ext_adv_enable() 1389 return btu_hcif_send_cmd_sync (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_read_max_adv_len() 1403 return btu_hcif_send_cmd_sync (LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_read_num_support_adv_set() 1418 return btu_hcif_send_cmd_sync(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_remove_adv_set() 1432 return btu_hcif_send_cmd_sync(LOCAL_BR_EDR_CONTROLLER_ID, p); in btsnd_hcic_ble_clear_adv_set() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btu.h | 278 UINT8 btu_hcif_send_cmd_sync (UINT8 controller_id, BT_HDR *p_buf);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 486 UINT8 btu_hcif_send_cmd_sync (UINT8 controller_id, BT_HDR *p_buf) in btu_hcif_send_cmd_sync() function
|