Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dipc.h93 #define BT_ERROR 3 macro
Dctl_bluetooth.c171 if (rsp->h.type == BT_ERROR) { in bluetooth_send_ctl()
Dliba2dp.c771 } else if (inmsg->type == BT_ERROR) { in audioservice_recv()
Dgstavdtpsink.c1321 if (inmsg->type == BT_ERROR) { in gst_avdtp_sink_audioservice_recv()
Dpcm_bluetooth.c1602 if (rsp->type == BT_ERROR) { in audioservice_expect()
Dunix.c165 rsp->h.type = BT_ERROR; in unix_ipc_error()
/external/bluetooth/bluez/test/
Dipctest.c194 if (rsp->type == BT_ERROR && rsp->length == sizeof(bt_audio_error_t)) in service_expect()