Home
last modified time | relevance | path

Searched refs:BT_GET_CAPABILITIES (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluez/audio/
Dunix.c275 rsp->h.name = BT_GET_CAPABILITIES; in headset_discovery_complete()
625 rsp->h.name = BT_GET_CAPABILITIES; in a2dp_discovery_complete()
685 unix_ipc_error(client, BT_GET_CAPABILITIES, EIO); in a2dp_discovery_complete()
891 unix_ipc_error(client, BT_GET_CAPABILITIES, err ? : EIO); in start_discovery()
1351 unix_ipc_error(client, BT_GET_CAPABILITIES, err); in handle_getcapabilities_req()
1713 case BT_GET_CAPABILITIES: in client_cb()
Dipc.h96 #define BT_GET_CAPABILITIES 0 macro
Dliba2dp.c892 getcaps_req->h.name = BT_GET_CAPABILITIES; in bluetooth_configure()
907 err = audioservice_expect(data, &getcaps_rsp->h, BT_GET_CAPABILITIES); in bluetooth_configure()
Dgstavdtpsink.c772 req->h.name = BT_GET_CAPABILITIES; in gst_avdtp_sink_get_capabilities()
789 &rsp->h, BT_GET_CAPABILITIES); in gst_avdtp_sink_get_capabilities()
Dpcm_bluetooth.c1688 req->h.name = BT_GET_CAPABILITIES; in bluetooth_init()
1705 BT_GET_CAPABILITIES); in bluetooth_init()
/external/bluetooth/bluez/test/
Dipctest.c310 msg.getcaps_req.h.name = BT_GET_CAPABILITIES; in get_caps()
322 if (service_expect(u, &msg.getcaps_rsp.h, BT_GET_CAPABILITIES) < 0) in get_caps()