Home
last modified time | relevance | path

Searched refs:RFCOMMGETDEVINFO (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Drfcomm.h67 #define RFCOMMGETDEVINFO _IOR('R', 211, int) macro
/external/bluetooth/bluez/tools/
Dmain.c677 if (ioctl(ctl, RFCOMMGETDEVINFO, &di) < 0) { in cmd_show()