Home
last modified time | relevance | path

Searched refs:SCO_CONNINFO (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dsco.h54 #define SCO_CONNINFO 0x02 macro
/external/bluetooth/bluez/test/
Dscotest.c110 if (getsockopt(sk, SOL_SCO, SCO_CONNINFO, &conn, &optlen) < 0) { in do_connect()
186 if (getsockopt(nsk, SOL_SCO, SCO_CONNINFO, &conn, &optlen) < 0) { in do_listen()
Dhstest.c115 if (getsockopt(s, SOL_SCO, SCO_CONNINFO, &conn, &size) < 0) { in sco_connect()
/external/bluetooth/bluez/src/
Dbtio.c950 if (getsockopt(sock, SOL_SCO, SCO_CONNINFO, &info, &len) < 0) in sco_get_info()