Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 2 of 2) sorted by relevance

/system/bt/hci/include/
Dbtsnoop.h31 void (*capture)(const BT_HDR* packet, bool is_received); member
/system/bt/hci/src/
Dbtsnoop.cc127 static void capture(const BT_HDR* buffer, bool is_received) { in capture() function