Home
last modified time | relevance | path

Searched defs:allowlist_rfc_dlci (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/hci/include/
H A Dbtsnoop.h43 void (*allowlist_rfc_dlci)(uint16_t local_cid, uint8_t dlci); member
/aosp12/system/bt/stack/test/common/
H A Dmock_btsnoop_module.cc28 static void allowlist_rfc_dlci(uint16_t, uint8_t) { /* do nothing */ in allowlist_rfc_dlci() function
/aosp12/system/bt/hci/src/
H A Dbtsnoop.cc308 static void allowlist_rfc_dlci(uint16_t local_cid, uint8_t dlci) { in allowlist_rfc_dlci() function