Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2286 if (len > MIN_ADV_LENGTH && data_mask & BTM_BLE_AD_BIT_SERVICE && in btm_ble_build_adv_data()
2304 data_mask &= ~BTM_BLE_AD_BIT_SERVICE; in btm_ble_build_adv_data()
3031 p_adv_data->ad_mask |= BTM_BLE_AD_BIT_SERVICE;
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h310 #define BTM_BLE_AD_BIT_SERVICE (0x00000001 << 6) macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h345 #define BTA_BLE_AD_BIT_SERVICE BTM_BLE_AD_BIT_SERVICE
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c274 mask |= BTM_BLE_AD_BIT_SERVICE; in btc_to_bta_adv_data()