HomeSort by relevance Sort by last modified time
    Searched refs:btsnoop_t (Results 1 - 4 of 4) sorted by null

  /system/bt/hci/include/
btsnoop.h 27 typedef struct btsnoop_t { struct
32 } btsnoop_t; typedef in typeref:struct:btsnoop_t
34 const btsnoop_t* btsnoop_get_interface(void);
hci_layer.h 56 typedef struct btsnoop_t btsnoop_t; typedef in typeref:struct:btsnoop_t
92 const btsnoop_t* btsnoop_interface,
  /system/bt/hci/src/
btsnoop.cc 154 static const btsnoop_t interface = {capture};
156 const btsnoop_t* btsnoop_get_interface() {
hci_layer.cc 89 static const btsnoop_t* btsnoop;
715 const btsnoop_t* btsnoop_interface,

Completed in 67 milliseconds