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 99 return network_probe(device, uuids, BNEP_SVC_PANU);
104 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 209 case BNEP_SVC_PANU:
387 if (src_role == BNEP_SVC_PANU)
390 case BNEP_SVC_PANU:
391 if (src_role == BNEP_SVC_PANU ||
connection.c 249 if (bnep_connadd(sk, BNEP_SVC_PANU, nc->dev)) {
307 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 60 { "PANU", BNEP_SVC_PANU },
sdp.c 491 case BNEP_SVC_PANU:
528 case BNEP_SVC_PANU:
pand.c 63 static uint16_t role = BNEP_SVC_PANU; /* Local role (ie service) */

Completed in 2159 milliseconds