Searched refs:BT_GET_CAPABILITIES (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | unix.c | 275 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()
|
D | ipc.h | 96 #define BT_GET_CAPABILITIES 0 macro
|
D | liba2dp.c | 892 getcaps_req->h.name = BT_GET_CAPABILITIES; in bluetooth_configure() 907 err = audioservice_expect(data, &getcaps_rsp->h, BT_GET_CAPABILITIES); in bluetooth_configure()
|
D | gstavdtpsink.c | 772 req->h.name = BT_GET_CAPABILITIES; in gst_avdtp_sink_get_capabilities() 789 &rsp->h, BT_GET_CAPABILITIES); in gst_avdtp_sink_get_capabilities()
|
D | pcm_bluetooth.c | 1688 req->h.name = BT_GET_CAPABILITIES; in bluetooth_init() 1705 BT_GET_CAPABILITIES); in bluetooth_init()
|
/external/bluetooth/bluez/test/ |
D | ipctest.c | 310 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()
|