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

  /external/bluetooth/bluez/compat/
bnep.c 234 if (req->type != BNEP_CONTROL || req->ctrl != BNEP_SETUP_CONN_REQ)
240 rsp->type = BNEP_CONTROL;
266 req->type = BNEP_CONTROL;
299 if (rsp->type != BNEP_CONTROL)
  /external/bluetooth/bluez/lib/bluetooth/
bnep.h 50 #define BNEP_CONTROL 0x01
  /external/bluetooth/hcidump/parser/
bnep.c 42 #define BNEP_CONTROL 0x01
77 static void bnep_control(int level, struct frame *frm, int header_length) function
197 bnep_control(level, frm, length);
221 case BNEP_CONTROL:
224 bnep_control(level, frm, -1);
273 if ((type & 0x7f) == BNEP_CONTROL)
  /external/bluetooth/bluez/network/
connection.c 264 if (rsp->type != BNEP_CONTROL) {
339 req->type = BNEP_CONTROL;
server.c 263 rsp.type = BNEP_CONTROL;
399 if (req->type != BNEP_CONTROL || req->ctrl != BNEP_SETUP_CONN_REQ)

Completed in 12 milliseconds