HomeSort by relevance Sort by last modified time
    Searched refs:SOL_SCO (Results 1 - 7 of 7) sorted by null

  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 47 #define SOL_SCO 17
  /external/bluetooth/bluez/test/
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) {
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/
bluetooth.h 56 #define SOL_SCO 17
  /hardware/ti/wpan/bt_sco_app/
bt_sco_app.c 118 if (getsockopt(sk, SOL_SCO, SCO_CONNINFO, &conn, &optlen) < 0) {
  /external/bluetooth/bluez/btio/
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/
pcm_bluetooth.c 61 #ifndef SOL_SCO
62 #define SOL_SCO 17
408 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
415 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
    [all...]

Completed in 133 milliseconds