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

  /external/bluetooth/bluez/lib/bluetooth/
bnep.h 120 #define BNEPCONNDEL _IOW('B', 201, int)
  /external/bluetooth/bluez/network/
common.c 133 if (ioctl(ctl, BNEPCONNDEL, &req)) {
165 ioctl(ctl, BNEPCONNDEL, &del);
  /external/bluetooth/bluez/compat/
bnep.c 52 static unsigned long bnepconndel; variable
105 bnepconndel = BNEPCONNDEL;
111 bnepconndel = OLD_BNEPCONDEL;
154 if (ioctl(ctl, bnepconndel, &req)) {
178 ioctl(ctl, bnepconndel, &req);

Completed in 737 milliseconds