Home
last modified time | relevance | path

Searched refs:btsnd_hcic_ble_set_adv_data (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h816 BOOLEAN btsnd_hcic_ble_set_adv_data (UINT8 data_len, UINT8 *p_data);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c1936 if (btsnd_hcic_ble_set_adv_data((UINT8)(p_cb_data->p_pad - p_cb_data->ad_data), in BTM_BleWriteAdvData()
1994 if (btsnd_hcic_ble_set_adv_data((UINT8)raw_adv_len, p_raw_adv)) { in BTM_BleWriteAdvDataRaw()
2978 if (btsnd_hcic_ble_set_adv_data((UINT8)(p_adv_data->p_pad - p_adv_data->ad_data), in btm_ble_update_adv_flag()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c167 BOOLEAN btsnd_hcic_ble_set_adv_data (UINT8 data_len, UINT8 *p_data) in btsnd_hcic_ble_set_adv_data() function