Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1702 if (src->periodic_adv_cfg_data.data) { in btc_gap_ble_arg_deep_copy()
1703 length = src->periodic_adv_cfg_data.len; in btc_gap_ble_arg_deep_copy()
1704 dst->periodic_adv_cfg_data.data = osi_malloc(length); in btc_gap_ble_arg_deep_copy()
1705 if (dst->periodic_adv_cfg_data.data) { in btc_gap_ble_arg_deep_copy()
1706 memcpy(dst->periodic_adv_cfg_data.data, src->periodic_adv_cfg_data.data, length); in btc_gap_ble_arg_deep_copy()
1853 uint8_t *value = ((btc_ble_5_gap_args_t *)msg->arg)->periodic_adv_cfg_data.data; in btc_gap_ble_arg_deep_free()
2251 BTA_DmBleGapPeriodicAdvCfgDataRaw(arg_5->periodic_adv_cfg_data.instance, in btc_gap_ble_call_handler()
2252 arg_5->periodic_adv_cfg_data.len, in btc_gap_ble_call_handler()
2253 (const UINT8 *)arg_5->periodic_adv_cfg_data.data, in btc_gap_ble_call_handler()
2254 arg_5->periodic_adv_cfg_data.only_update_did); in btc_gap_ble_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h351 } periodic_adv_cfg_data; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1304 arg.periodic_adv_cfg_data.instance = instance; in esp_ble_gap_config_periodic_adv_data_raw()
1305 arg.periodic_adv_cfg_data.len = length; in esp_ble_gap_config_periodic_adv_data_raw()
1306 arg.periodic_adv_cfg_data.data = (uint8_t *)data; in esp_ble_gap_config_periodic_adv_data_raw()
1308 arg.periodic_adv_cfg_data.only_update_did = only_update_did; in esp_ble_gap_config_periodic_adv_data_raw()
1310 arg.periodic_adv_cfg_data.only_update_did = false; in esp_ble_gap_config_periodic_adv_data_raw()