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

  /external/bluetooth/bluez/lib/bluetooth/
bnep.h 121 #define BNEPGETCONNLIST _IOR('B', 210, int)
  /external/bluetooth/bluez/compat/
bnep.c 54 static unsigned long bnepgetconnlist; variable
103 if (!ioctl(ctl, BNEPGETCONNLIST, &req)) {
107 bnepgetconnlist = BNEPGETCONNLIST;
113 bnepgetconnlist = OLD_BNEPGETCONLIST;
135 if (ioctl(ctl, bnepgetconnlist, &req)) {
169 if (ioctl(ctl, bnepgetconnlist, &req)) {
  /external/bluetooth/bluez/network/
common.c 152 if (ioctl(ctl, BNEPGETCONNLIST, &req)) {

Completed in 801 milliseconds