Home
last modified time | relevance | path

Searched refs:p_services_128b (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c150 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_services_128b); in btc_cleanup_adv_data()
304 if (NULL == bta_adv_data->p_services_128b) { in btc_to_bta_adv_data()
305 bta_adv_data->p_services_128b = in btc_to_bta_adv_data()
307 if (NULL != bta_adv_data->p_services_128b) { in btc_to_bta_adv_data()
310 memcpy(bta_adv_data->p_services_128b->uuid128, in btc_to_bta_adv_data()
318 bta_adv_data->p_services_128b->list_cmpl = TRUE; in btc_to_bta_adv_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2349 p_data && p_data->p_services_128b) { in btm_ble_build_adv_data()
2351 if (!p_data->p_services_128b->list_cmpl) { in btm_ble_build_adv_data()
2357 ARRAY_TO_STREAM(p, p_data->p_services_128b->uuid128, MAX_UUID_SIZE); in btm_ble_build_adv_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h466 tBTM_BLE_128SERVICE *p_services_128b; /* 128 bits service */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h404 tBTA_BLE_128SERVICE *p_services_128b; /* 128 bits service */ member