Home
last modified time | relevance | path

Searched refs:RFCOMM_CONNINFO (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Drfcomm.h47 #define RFCOMM_CONNINFO 0x02 macro
/external/bluetooth/bluez/test/
Drctest.c229 if (getsockopt(sk, SOL_RFCOMM, RFCOMM_CONNINFO, &conn, &optlen) < 0) { in do_connect()
344 if (getsockopt(nsk, SOL_RFCOMM, RFCOMM_CONNINFO, &conn, &optlen) < 0) { in do_listen()
/external/bluetooth/bluez/btio/
Dbtio.c969 if (getsockopt(sock, SOL_RFCOMM, RFCOMM_CONNINFO, &info, &len) < 0) in rfcomm_get_info()