Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/bluetooth/
Dbluetooth.h77 extern void bluez_dump(char *pref, __u8 *buf, int count);
88 #define BT_DMP(buf, len) bluez_dump(__func__, buf, len)
/linux-2.4.37.9/net/bluetooth/
Dsyms.c66 EXPORT_SYMBOL(bluez_dump);
Dlib.c38 void bluez_dump(char *pref, __u8 *buf, int count) in bluez_dump() function