Home
last modified time | relevance | path

Searched refs:BTM_BLE_AD_DATA_LEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h56 #define BTM_BLE_AD_DATA_LEN 31 macro
120 UINT8 ad_data[BTM_BLE_AD_DATA_LEN];
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c39 #define BTM_BLE_MULTI_ADV_WRITE_DATA_LEN (BTM_BLE_AD_DATA_LEN + 3)
Dbtm_ble_gap.c1771 UINT8 rsp_data[BTM_BLE_AD_DATA_LEN], in BTM_BleWriteScanRsp()
1781 memset(rsp_data, 0, BTM_BLE_AD_DATA_LEN); in BTM_BleWriteScanRsp()
2224 UINT16 len = BTM_BLE_AD_DATA_LEN, cp_len = 0; in btm_ble_build_adv_data()
2966 if ((BTM_BLE_AD_DATA_LEN - (p - p_adv_data->ad_data)) < 3) { in btm_ble_update_adv_flag()
2968 memset(p_adv_data->ad_data, 0, BTM_BLE_AD_DATA_LEN); in btm_ble_update_adv_flag()