Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c154 …y(p_dest_data->p_data->inq_res.p_eir, p_src_data->p_data->inq_res.p_eir, HCI_EXT_INQ_RESPONSE_LEN); in search_devices_copy_cb()
278 param_len += HCI_EXT_INQ_RESPONSE_LEN; in bte_search_devices_evt()
347 …BTC_STORAGE_FILL_PROPERTY(&prop[2], ESP_BT_GAP_DEV_PROP_EIR, HCI_EXT_INQ_RESPONSE_LEN, p_data->p_d… in btc_gap_bt_search_devices_evt()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c230 if (eir_manufac_spec_len > HCI_EXT_INQ_RESPONSE_LEN) { in BTA_DmConfigEir()
232 __func__, eir_manufac_spec_len, HCI_EXT_INQ_RESPONSE_LEN); in BTA_DmConfigEir()
233 eir_manufac_spec_len = HCI_EXT_INQ_RESPONSE_LEN; in BTA_DmConfigEir()
235 if (eir_url_len > HCI_EXT_INQ_RESPONSE_LEN) { in BTA_DmConfigEir()
237 __func__, eir_url_len, HCI_EXT_INQ_RESPONSE_LEN); in BTA_DmConfigEir()
238 eir_url_len = HCI_EXT_INQ_RESPONSE_LEN; in BTA_DmConfigEir()
Dbta_dm_act.c4058 free_eir_length = HCI_EXT_INQ_RESPONSE_LEN; in bta_dm_set_eir()
4110 memset(p, 0x00, HCI_EXT_INQ_RESPONSE_LEN ); in bta_dm_set_eir()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2428 while ( length && (p - p_eir <= HCI_EXT_INQ_RESPONSE_LEN)) { in BTM_CheckEirData()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h1206 #define HCI_EXT_INQ_RESPONSE_LEN 240 macro