Home
last modified time | relevance | path

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

/external/bluetooth/bluez/compat/
Dbnep.c221 unsigned char pkt[BNEP_MTU]; in bnep_accept_connection()
224 r = recv(sk, pkt, BNEP_MTU, 0); in bnep_accept_connection()
277 unsigned char pkt[BNEP_MTU]; in bnep_create_connection()
300 r = recv(sk, pkt, BNEP_MTU, 0); in bnep_create_connection()
Dpand.c252 l2o.imtu = l2o.omtu = BNEP_MTU; in do_listen()
354 l2o.imtu = l2o.omtu = BNEP_MTU; in create_connection()
/external/bluetooth/bluez/network/
Dconnection.c193 char pkt[BNEP_MTU]; in bnep_setup_cb()
209 memset(pkt, 0, BNEP_MTU); in bnep_setup_cb()
297 unsigned char pkt[BNEP_MTU]; in bnep_connect()
376 BT_IO_OPT_OMTU, BNEP_MTU, in connection_connect()
377 BT_IO_OPT_IMTU, BNEP_MTU, in connection_connect()
Dserver.c445 uint8_t packet[BNEP_MTU]; in bnep_setup()
841 BT_IO_OPT_OMTU, BNEP_MTU, in create_adapter()
842 BT_IO_OPT_IMTU, BNEP_MTU, in create_adapter()
/external/bluetooth/bluez/lib/bluetooth/
Dbnep.h79 #define BNEP_MTU 1691 macro