Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dbluetooth.h50 #define BTPROTO_HIDP 6 macro
/external/bluetooth/bluez/input/
Ddevice.c566 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HIDP); in ioctl_connadd()
682 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HIDP); in is_connected()
723 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HIDP); in connection_disconnect()
/external/bluetooth/bluez/compat/
Dhidd.c780 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HIDP); in main()