Home
last modified time | relevance | path

Searched defs:eir (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/
Dmain.c46 uint8_t eir[ESP_BT_GAP_EIR_DATA_LEN]; member
88 static bool get_name_from_eir(uint8_t *eir, uint8_t *bdname, uint8_t *bdname_len) in get_name_from_eir()
127 uint8_t *eir = NULL; in update_device_info() local
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/
Dmain.c36 static bool get_name_from_eir(uint8_t *eir, char *bdname, uint8_t *bdname_len) in get_name_from_eir()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c131 static bool get_name_from_eir(uint8_t *eir, uint8_t *bdname, uint8_t *bdname_len) in get_name_from_eir()
169 uint8_t *eir = NULL; in filter_inquiry_scan_result() local
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/
Dmain.c109 static bool get_name_from_eir(uint8_t *eir, char *bdname, uint8_t *bdname_len) in get_name_from_eir()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/
Dmain.c83 static bool get_name_from_eir(uint8_t *eir, char *bdname, uint8_t *bdname_len) in get_name_from_eir()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c139 uint8_t *esp_bt_gap_resolve_eir_data(uint8_t *eir, esp_bt_eir_type_t type, uint8_t *length) in esp_bt_gap_resolve_eir_data()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1902 tBTM_MIP_EIR_HANDSHAKE eir; member