Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_bluetooth_options.h41 #if defined(BT_VOICE) || (defined(HAVE_DECL_BT_VOICE) && HAVE_DECL_BT_VOICE)
43 static_assert((BT_VOICE) == (11), "BT_VOICE != 11");
46 # define BT_VOICE 11
79 XLAT(BT_VOICE),
Dsock_bluetooth_options.in7 BT_VOICE 11
/external/adhd/cras/src/common/
Dbluetooth.h71 #define BT_VOICE 11 macro
/external/adhd/cras/src/server/
Dcras_bt_device.c867 if (setsockopt(fd, SOL_BLUETOOTH, BT_VOICE, &voice, sizeof(voice)) < in apply_codec_settings()