Searched defs:eir (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/ |
D | main.c | 46 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/ |
D | main.c | 36 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/ |
D | main.c | 131 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/ |
D | main.c | 109 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/ |
D | main.c | 83 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/ |
D | esp_gap_bt_api.c | 139 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/ |
D | btm_api.h | 1902 tBTM_MIP_EIR_HANDSHAKE eir; member
|