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

  /external/bluetooth/bluez/lib/bluetooth/
bnep.h 57 #define BNEP_SETUP_CONN_REQ 0x01
92 struct bnep_setup_conn_req { struct
  /external/bluetooth/bluez/compat/
bnep.c 219 struct bnep_setup_conn_req *req;
250 if (req->type != BNEP_CONTROL || req->ctrl != BNEP_SETUP_CONN_REQ)
273 struct bnep_setup_conn_req *req;
283 req->ctrl = BNEP_SETUP_CONN_REQ;
  /external/bluetooth/bluez/network/
server.c 402 static uint16_t bnep_setup_decode(struct bnep_setup_conn_req *req,
446 struct bnep_setup_conn_req *req = (void *) packet;
482 if (req->type != BNEP_CONTROL || req->ctrl != BNEP_SETUP_CONN_REQ)
connection.c 294 struct bnep_setup_conn_req *req;
303 req->ctrl = BNEP_SETUP_CONN_REQ;

Completed in 143 milliseconds