Home
last modified time | relevance | path

Searched refs:BNEP_CONTROL (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/compat/
Dbnep.c237 if (req->type == BNEP_CONTROL && in bnep_accept_connection()
241 pkt[0] = BNEP_CONTROL; in bnep_accept_connection()
250 if (req->type != BNEP_CONTROL || req->ctrl != BNEP_SETUP_CONN_REQ) in bnep_accept_connection()
256 rsp->type = BNEP_CONTROL; in bnep_accept_connection()
282 req->type = BNEP_CONTROL; in bnep_create_connection()
315 if (rsp->type != BNEP_CONTROL) in bnep_create_connection()
/external/bluetooth/hcidump/parser/
Dbnep.c42 #define BNEP_CONTROL 0x01 macro
221 case BNEP_CONTROL: in bnep_dump()
273 if ((type & 0x7f) == BNEP_CONTROL) in bnep_dump()
/external/bluetooth/bluez/lib/bluetooth/
Dbnep.h50 #define BNEP_CONTROL 0x01 macro
/external/bluetooth/bluez/network/
Dserver.c288 rsp.type = BNEP_CONTROL; in send_bnep_ctrl_rsp()
469 if (req->type == BNEP_CONTROL && in bnep_setup()
473 pkt[0] = BNEP_CONTROL; in bnep_setup()
482 if (req->type != BNEP_CONTROL || req->ctrl != BNEP_SETUP_CONN_REQ) in bnep_setup()
Dconnection.c229 if (rsp->type != BNEP_CONTROL) { in bnep_setup_cb()
302 req->type = BNEP_CONTROL; in bnep_connect()