Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2253 if (len > MIN_ADV_LENGTH && data_mask & BTM_BLE_AD_BIT_SERVICE && in btm_ble_build_adv_data()
2271 data_mask &= ~BTM_BLE_AD_BIT_SERVICE; in btm_ble_build_adv_data()
2998 p_adv_data->ad_mask |= BTM_BLE_AD_BIT_SERVICE;
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h306 #define BTM_BLE_AD_BIT_SERVICE (0x00000001 << 6) macro
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h343 #define BTA_BLE_AD_BIT_SERVICE BTM_BLE_AD_BIT_SERVICE
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c240 mask |= BTM_BLE_AD_BIT_SERVICE; in btc_to_bta_adv_data()