Searched refs:SCO_CONNINFO (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/lib/bluetooth/ |
D | sco.h | 54 #define SCO_CONNINFO 0x02 macro
|
/external/bluetooth/bluez/test/ |
D | scotest.c | 110 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()
|
D | hstest.c | 115 if (getsockopt(s, SOL_SCO, SCO_CONNINFO, &conn, &size) < 0) { in sco_connect()
|
/external/bluetooth/bluez/src/ |
D | btio.c | 950 if (getsockopt(sock, SOL_SCO, SCO_CONNINFO, &info, &len) < 0) in sco_get_info()
|