Searched refs:packetType (Results 1 – 2 of 2) sorted by relevance
| /drivers/bluetooth/hci/ |
| A D | hci_nxp.c | 35 uint8_t packetType; member 332 static void process_rx(uint8_t packetType, uint8_t *data, uint16_t len) in process_rx() argument 338 switch (packetType) { in process_rx() 375 process_rx(hci_rx_frame.packetType, hci_rx_frame.data, hci_rx_frame.len); in bt_rx_thread() 383 static void hci_rx_cb(uint8_t packetType, uint8_t *data, uint16_t len) in hci_rx_cb() argument 388 hci_rx_frame.packetType = packetType; in hci_rx_cb() 408 static void hci_rx_cb(uint8_t packetType, uint8_t *data, uint16_t len) in hci_rx_cb() argument 410 process_rx(packetType, data, len); in hci_rx_cb()
|
| A D | hci_ifx_psoc6_bless.c | 114 switch (hci_rx->packetType) { in psoc6_bless_events_handler() 169 hci_tx_pkt.packetType = net_buf_pull_u8(buf); in psoc6_bless_send()
|
Completed in 5 milliseconds