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

  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 76 BT_OPEN,
  /external/bluetooth/bluez/audio/
ipc.h 97 #define BT_OPEN 1
pcm_bluetooth.c 444 open_req->h.name = BT_OPEN;
458 BT_OPEN);
704 open_req->h.name = BT_OPEN;
718 BT_OPEN);
    [all...]
unix.c 903 rsp->h.name = BT_OPEN;
993 unix_ipc_error(client, BT_OPEN, EINVAL);
    [all...]
liba2dp.c 507 open_req->h.name = BT_OPEN;
518 err = audioservice_expect(data, &open_rsp->h, BT_OPEN);
gstavdtpsink.c 1066 open_req->h.name = BT_OPEN;
1082 &open_rsp->h, BT_OPEN);
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 570 static int bt_open(struct userdata *u) function
581 msg.open_req.h.name = BT_OPEN;
596 if (service_expect(u, &msg.open_rsp.h, BT_OPEN) < 0)
664 if (bt_open(u) < 0)

Completed in 272 milliseconds