Searched refs:SOL_SCO (Results 1 - 5 of 5) sorted by relevance
/external/bluetooth/bluez/test/ |
H A D | scotest.c | 110 if (getsockopt(sk, SOL_SCO, SCO_CONNINFO, &conn, &optlen) < 0) { 186 if (getsockopt(nsk, SOL_SCO, SCO_CONNINFO, &conn, &optlen) < 0) { 264 if (getsockopt(sk, SOL_SCO, SCO_OPTIONS, &so, &len) < 0) {
|
H A D | hstest.c | 115 if (getsockopt(s, SOL_SCO, SCO_CONNINFO, &conn, &size) < 0) { 123 if (getsockopt(s, SOL_SCO, SCO_OPTIONS, &opts, &size) < 0) {
|
/external/bluetooth/bluez/lib/bluetooth/ |
H A D | bluetooth.h | 56 #define SOL_SCO 17 macro
|
/external/bluetooth/bluez/btio/ |
H A D | btio.c | 685 if (getsockopt(sock, SOL_SCO, SCO_OPTIONS, &sco_opt, &len) < 0) { 691 if (setsockopt(sock, SOL_SCO, SCO_OPTIONS, &sco_opt, 1081 if (getsockopt(sock, SOL_SCO, SCO_CONNINFO, &info, &len) < 0) 1104 if (getsockopt(sock, SOL_SCO, SCO_OPTIONS, &sco_opt, &len) < 0) {
|
/external/bluetooth/bluez/audio/ |
H A D | pcm_bluetooth.c | 61 #ifndef SOL_SCO 62 #define SOL_SCO 17 macro 408 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count, 415 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
|
Completed in 92 milliseconds