Home
last modified time | relevance | path

Searched refs:is_received (Results 1 – 1 of 1) sorted by relevance

/system/public/zircon/device/
A Dbt-hci.h24 static inline uint8_t bt_hci_snoop_flags(bt_hci_snoop_type_t type, bool is_received) { in bt_hci_snoop_flags() argument
25 return (uint8_t)(type | (is_received ? BT_HCI_SNOOP_FLAG_RECV : 0x00)); in bt_hci_snoop_flags()

Completed in 3 milliseconds