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

  /external/bluetooth/bluez/network/
manager.c 100 return network_probe(device, uuids, BNEP_SVC_PANU);
105 network_remove(device, BNEP_SVC_PANU);
common.c 55 { "panu", PANU_UUID, BNEP_SVC_PANU },
80 if ((id < BNEP_SVC_PANU) || (id > BNEP_SVC_GN))
server.c 184 case BNEP_SVC_PANU:
306 if (src_role == BNEP_SVC_PANU)
309 case BNEP_SVC_PANU:
310 if (src_role == BNEP_SVC_PANU ||
connection.c 286 if (bnep_connadd(sk, BNEP_SVC_PANU, nc->dev)) {
344 s->src = htons(BNEP_SVC_PANU);
  /external/bluetooth/bluez/lib/bluetooth/
bnep.h 44 #define BNEP_SVC_PANU 0x1115
  /external/bluetooth/bluez/compat/
bnep.c 61 { "PANU", BNEP_SVC_PANU },
sdp.c 490 case BNEP_SVC_PANU:
527 case BNEP_SVC_PANU:
pand.c 63 static uint16_t role = BNEP_SVC_PANU; /* Local role (ie service) */

Completed in 491 milliseconds