Searched refs:scan_data (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/samples/bluetooth/hci_vs_scan_req/src/ |
D | main.c | 26 static uint8_t scan_data[] = {'V', 'S', ' ', 'S', 'a', 'm', 'p', 'l', 'e'}; variable 41 BT_DATA(BT_DATA_MANUFACTURER_DATA, scan_data, sizeof(scan_data)),
|
/Zephyr-Core-3.7.0/drivers/pcie/host/ |
D | pcie.c | 471 struct scan_data { struct 478 struct scan_data *data = cb_data; in pcie_dev_cb() argument 505 struct scan_data data; in pcie_init()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 6906 const uint8_t *scan_data = NULL; local 7170 if (scan_data) { 7215 scan_data = data_curr; 7229 if (scan_data) { 7258 if (scan_data) { 7345 if (!scan_data) { 7375 &scan_data_len, &scan_data, buf, &evt_buf); 7385 scan_data_len, scan_data, evt_buf);
|
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/ |
D | bt.c | 314 const uint8_t *scan_data, uint8_t scan_data_len) in print_data_set() argument 327 print_data_hex(&scan_data[idx], set_value_len, SHELL_INFO); in print_data_set() 333 print_data_hex(&scan_data[idx], scan_data_len - idx, SHELL_WARNING); in print_data_set()
|