Searched refs:BNEP_SVC_PANU (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluez/network/ |
D | manager.c | 99 return network_probe(device, uuids, BNEP_SVC_PANU); in panu_probe() 104 network_remove(device, BNEP_SVC_PANU); in panu_remove()
|
D | common.c | 55 { "panu", PANU_UUID, BNEP_SVC_PANU }, 80 if ((id < BNEP_SVC_PANU) || (id > BNEP_SVC_GN)) in bnep_service_id()
|
D | server.c | 209 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()
|
D | connection.c | 249 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/ |
D | bnep.h | 44 #define BNEP_SVC_PANU 0x1115 macro
|
/external/bluetooth/bluez/compat/ |
D | bnep.c | 60 { "PANU", BNEP_SVC_PANU },
|
D | sdp.c | 491 case BNEP_SVC_PANU: in bnep_sdp_register() 528 case BNEP_SVC_PANU: in bnep_sdp_search()
|
D | pand.c | 63 static uint16_t role = BNEP_SVC_PANU; /* Local role (ie service) */
|