Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c125 if (bta_adv_data->p_proprietary != NULL) { in btc_cleanup_adv_data()
127 tBTA_BLE_PROP_ELEM *p_elem = bta_adv_data->p_proprietary->p_elem; in btc_cleanup_adv_data()
128 while (i++ != bta_adv_data->p_proprietary->num_elem in btc_cleanup_adv_data()
134 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_proprietary->p_elem); in btc_cleanup_adv_data()
135 btc_gap_adv_point_cleanup((void **) &bta_adv_data->p_proprietary); in btc_cleanup_adv_data()
239 bta_adv_data->p_proprietary = osi_malloc(sizeof(tBTA_BLE_PROPRIETARY)); in btc_to_bta_adv_data()
240 if (NULL != bta_adv_data->p_proprietary) { in btc_to_bta_adv_data()
242 tBTA_BLE_PROPRIETARY *p_prop = bta_adv_data->p_proprietary; in btc_to_bta_adv_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2433 if (data_mask & BTM_BLE_AD_BIT_PROPRIETARY && p_data && p_data->p_proprietary) { in btm_ble_build_adv_data()
2434 for (i = 0; i < p_data->p_proprietary->num_elem ; i ++) { in btm_ble_build_adv_data()
2435 p_elem = p_data->p_proprietary->p_elem + i; in btm_ble_build_adv_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h471 tBTM_BLE_PROPRIETARY *p_proprietary; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h409 tBTA_BLE_PROPRIETARY *p_proprietary; /* proprietary data */ member