Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c312 uint32_t bdname_len = strlen((const char *)p_data->p_data->disc_res.bd_name); in btc_gap_bt_search_devices_evt() local
313 if (bdname_len) { in btc_gap_bt_search_devices_evt()
316 …BTC_STORAGE_FILL_PROPERTY(&prop[0], ESP_BT_GAP_DEV_PROP_BDNAME, bdname_len + 1, p_data->p_data->di… in btc_gap_bt_search_devices_evt()