Searched refs:eir (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | br.c | 331 static bool eir_has_name(const uint8_t *eir) in eir_has_name() argument 341 if (!eir[0]) { in eir_has_name() 346 if (eir[0] > len - 1) { in eir_has_name() 350 switch (eir[1]) { in eir_has_name() 353 if (eir[0] > 1) { in eir_has_name() 362 len -= eir[0] + 1; in eir_has_name() 363 eir += eir[0] + 1; in eir_has_name() 387 if (eir_has_name(discovery_results[i].eir)) { in report_discovery_results() 508 (void)memset(result->eir, 0, sizeof(result->eir)); in bt_hci_inquiry_result_with_rssi() 535 memcpy(result->eir, evt->eir, sizeof(result->eir)); in bt_hci_extended_inquiry_result() [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/ |
D | bredr.c | 106 const uint8_t cod[3], const uint8_t eir[240]) in br_device_found() 120 if (!eir[0]) { in br_device_found() 125 if (eir[0] > len - 1) { in br_device_found() 129 switch (eir[1]) { in br_device_found() 132 if (eir[0] > sizeof(name) - 1) { in br_device_found() 133 memcpy(name, &eir[2], sizeof(name) - 1); in br_device_found() 135 memcpy(name, &eir[2], eir[0] - 1); in br_device_found() 143 len -= eir[0] + 1; in br_device_found() 144 eir += eir[0] + 1; in br_device_found() 163 results[i].cod, results[i].eir); in br_discovery_complete()
|
/Zephyr-Core-3.5.0/drivers/ethernet/ |
D | eth_enc424j600.c | 447 uint16_t eir; in enc424j600_rx_thread() local 455 enc424j600_read_sfru(context->dev, ENC424J600_SFRX_EIRL, &eir); in enc424j600_rx_thread() 460 if (eir & ENC424J600_EIR_PKTIF) { in enc424j600_rx_thread() 470 } else if (eir & ENC424J600_EIR_LINKIF) { in enc424j600_rx_thread() 486 LOG_ERR("Unknown Interrupt, EIR: 0x%04x", eir); in enc424j600_rx_thread()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | bluetooth.h | 2411 uint8_t eir[240]; member
|
D | hci_types.h | 2504 uint8_t eir[240]; member
|