Home
last modified time | relevance | path

Searched refs:bt_audio_error_t (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluez/test/
Dipctest.c194 if (rsp->type == BT_ERROR && rsp->length == sizeof(bt_audio_error_t)) in service_expect()
196 strerror(((bt_audio_error_t*) rsp)->posix_errno)); in service_expect()
302 bt_audio_error_t error; in get_caps()
575 bt_audio_error_t error; in bt_open()
607 bt_audio_error_t error; in set_conf()
833 bt_audio_error_t error; in start_stream()
889 bt_audio_error_t error; in stop_stream()
/external/bluetooth/bluez/audio/
Dipc.h87 } __attribute__ ((packed)) bt_audio_error_t; typedef
Dctl_bluetooth.c148 bt_audio_error_t *err = (void *) rsp; in bluetooth_send_ctl()
Dliba2dp.c772 bt_audio_error_t *error = (bt_audio_error_t *)inmsg; in audioservice_recv()
Dgstavdtpsink.c1322 bt_audio_error_t *err = (void *) inmsg; in gst_avdtp_sink_audioservice_recv()
Dpcm_bluetooth.c1589 bt_audio_error_t *error; in audioservice_expect()
Dunix.c159 bt_audio_error_t *rsp = (void *) buf; in unix_ipc_error()