Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dbluetooth.h87 BT_OPEN, enumerator
/external/bluetooth/bluez/audio/
Dipc.h97 #define BT_OPEN 1 macro
Dpcm_bluetooth.c446 open_req->h.name = BT_OPEN; in bluetooth_hsp_hw_params()
460 BT_OPEN); in bluetooth_hsp_hw_params()
706 open_req->h.name = BT_OPEN; in bluetooth_a2dp_hw_params()
720 BT_OPEN); in bluetooth_a2dp_hw_params()
Dunix.c913 rsp->h.name = BT_OPEN; in open_complete()
1003 unix_ipc_error(client, BT_OPEN, EINVAL); in start_open()
1460 unix_ipc_error(client, BT_OPEN, err ? : EIO); in handle_open_req()
1737 case BT_OPEN: in client_cb()
Dliba2dp.c510 open_req->h.name = BT_OPEN; in bluetooth_a2dp_hw_params()
521 err = audioservice_expect(data, &open_rsp->h, BT_OPEN); in bluetooth_a2dp_hw_params()
Dgstavdtpsink.c1637 open_req->h.name = BT_OPEN; in gst_avdtp_sink_configure()
1653 BT_OPEN); in gst_avdtp_sink_configure()
/external/bluetooth/bluez/test/
Dipctest.c581 msg.open_req.h.name = BT_OPEN; in bt_open()
596 if (service_expect(u, &msg.open_rsp.h, BT_OPEN) < 0) in bt_open()