Home
last modified time | relevance | path

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

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