Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c162 …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()
286 param_len += HCI_EXT_INQ_RESPONSE_LEN; in bte_search_devices_evt()
355 …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-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c193 if (eir_manufac_spec_len > HCI_EXT_INQ_RESPONSE_LEN) { in BTA_DmConfigEir()
195 __func__, eir_manufac_spec_len, HCI_EXT_INQ_RESPONSE_LEN); in BTA_DmConfigEir()
196 eir_manufac_spec_len = HCI_EXT_INQ_RESPONSE_LEN; in BTA_DmConfigEir()
198 if (eir_url_len > HCI_EXT_INQ_RESPONSE_LEN) { in BTA_DmConfigEir()
200 __func__, eir_url_len, HCI_EXT_INQ_RESPONSE_LEN); in BTA_DmConfigEir()
201 eir_url_len = HCI_EXT_INQ_RESPONSE_LEN; in BTA_DmConfigEir()
Dbta_dm_act.c3945 free_eir_length = HCI_EXT_INQ_RESPONSE_LEN; in bta_dm_set_eir()
3992 memset(p, 0x00, HCI_EXT_INQ_RESPONSE_LEN ); in bta_dm_set_eir()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2425 while ( length && (p - p_eir <= HCI_EXT_INQ_RESPONSE_LEN)) { in BTM_CheckEirData()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h1190 #define HCI_EXT_INQ_RESPONSE_LEN 240 macro