Searched defs:header_master (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/bluetooth/hci_spi/src/ |
D | main.c | 105 uint8_t header_master[5] = { 0 }; in spi_send() local 165 uint8_t header_master[5]; in bt_tx_thread() local
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_spi_st.c | 222 uint8_t header_master[5] = {op, 0, 0, 0, 0}; in bt_spi_get_header() local 283 uint8_t header_master[5] = {op, 0, 0, 0, 0}; in bt_spi_get_header() local
|
D | spi.c | 148 uint8_t header_master[5] = {op, 0, 0, 0, 0}; in bt_spi_get_header() local
|