Home
last modified time | relevance | path

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

/external/bluetooth/bluez/compat/
Dbnep.c102 if (!ioctl(ctl, BNEPGETCONNLIST, &req)) { in bnep_init()
106 bnepgetconnlist = BNEPGETCONNLIST; in bnep_init()
/external/bluetooth/bluez/lib/bluetooth/
Dbnep.h121 #define BNEPGETCONNLIST _IOR('B', 210, int) macro
/external/bluetooth/bluez/network/
Dcommon.c152 if (ioctl(ctl, BNEPGETCONNLIST, &req)) { in bnep_kill_all_connections()