Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2258 if (len > MIN_ADV_LENGTH && data_mask & BTM_BLE_AD_BIT_DEV_NAME) { in btm_ble_build_adv_data()
2271 data_mask &= ~BTM_BLE_AD_BIT_DEV_NAME; in btm_ble_build_adv_data()
3017 p_adv_data->ad_mask |= BTM_BLE_AD_BIT_DEV_NAME;
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h310 #define BTM_BLE_AD_BIT_DEV_NAME (0x00000001 << 0) macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h341 #define BTA_BLE_AD_BIT_DEV_NAME BTM_BLE_AD_BIT_DEV_NAME
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c185 mask |= BTM_BLE_AD_BIT_DEV_NAME; in btc_to_bta_adv_data()