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

  /external/bluetooth/bluez/lib/bluetooth/
bnep.h 119 #define BNEPCONNADD _IOW('B', 200, int)
  /external/bluetooth/bluez/compat/
bnep.c 52 static unsigned long bnepconnadd; variable
105 bnepconnadd = BNEPCONNADD;
111 bnepconnadd = OLD_BNEPCONADD;
191 if (ioctl(ctl, bnepconnadd, &req))
  /external/bluetooth/bluez/network/
common.c 179 if (ioctl(ctl, BNEPCONNADD, &req) < 0) {

Completed in 10 milliseconds