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 237 if (req->type == BNEP_CONTROL &&
241 pkt[0] = BNEP_CONTROL;
250 if (req->type != BNEP_CONTROL || req->ctrl != BNEP_SETUP_CONN_REQ)
256 rsp->type = BNEP_CONTROL;
282 req->type = BNEP_CONTROL;
315 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/
server.c 288 rsp.type = BNEP_CONTROL;
469 if (req->type == BNEP_CONTROL &&
473 pkt[0] = BNEP_CONTROL;
482 if (req->type != BNEP_CONTROL || req->ctrl != BNEP_SETUP_CONN_REQ)
connection.c 229 if (rsp->type != BNEP_CONTROL) {
302 req->type = BNEP_CONTROL;

Completed in 2974 milliseconds