Home
last modified time | relevance | path

Searched refs:BNEP_SVC_PANU (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluez/network/
Dmanager.c99 return network_probe(device, uuids, BNEP_SVC_PANU); in panu_probe()
104 network_remove(device, BNEP_SVC_PANU); in panu_remove()
Dcommon.c55 { "panu", PANU_UUID, BNEP_SVC_PANU },
80 if ((id < BNEP_SVC_PANU) || (id > BNEP_SVC_GN)) in bnep_service_id()
Dserver.c209 case BNEP_SVC_PANU: in server_record_new()
387 if (src_role == BNEP_SVC_PANU) in bnep_setup_chk()
390 case BNEP_SVC_PANU: in bnep_setup_chk()
391 if (src_role == BNEP_SVC_PANU || in bnep_setup_chk()
Dconnection.c249 if (bnep_connadd(sk, BNEP_SVC_PANU, nc->dev)) { in bnep_setup_cb()
307 s->src = htons(BNEP_SVC_PANU); in bnep_connect()
/external/bluetooth/bluez/lib/bluetooth/
Dbnep.h44 #define BNEP_SVC_PANU 0x1115 macro
/external/bluetooth/bluez/compat/
Dbnep.c60 { "PANU", BNEP_SVC_PANU },
Dsdp.c491 case BNEP_SVC_PANU: in bnep_sdp_register()
528 case BNEP_SVC_PANU: in bnep_sdp_search()
Dpand.c63 static uint16_t role = BNEP_SVC_PANU; /* Local role (ie service) */