Searched refs:is_received (Results 1 – 1 of 1) sorted by relevance
24 static inline uint8_t bt_hci_snoop_flags(bt_hci_snoop_type_t type, bool is_received) { in bt_hci_snoop_flags() argument25 return (uint8_t)(type | (is_received ? BT_HCI_SNOOP_FLAG_RECV : 0x00)); in bt_hci_snoop_flags()
Completed in 3 milliseconds