HomeSort by relevance Sort by last modified time
    Searched full:bt_error (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluez/audio/
ipc.c 32 "BT_ERROR",
ipc.h 93 #define BT_ERROR 3
ctl_bluetooth.c 171 if (rsp->h.type == BT_ERROR) {
liba2dp.c 771 } else if (inmsg->type == BT_ERROR) {
777 ERR("Error receiving error code for BT_ERROR: %s (%d)",
ipctest.c 194 if (rsp->type == BT_ERROR && rsp->length == sizeof(bt_audio_error_t))
gstavdtpsink.c     [all...]
pcm_bluetooth.c     [all...]
unix.c 165 rsp->h.type = BT_ERROR;
    [all...]
  /external/bluetooth/bluez/include/bluetooth/
bluetooth.h 153 int bt_error(uint16_t code);
  /external/bluetooth/bluez/lib/
bluetooth.c 212 int bt_error(uint16_t code) function
  /external/bluetooth/bluez/input/
device.c 585 strerror(bt_error(status)), status);
  /external/bluetooth/bluez/src/
device.c     [all...]

Completed in 333 milliseconds