Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dunix.c309 unix_ipc_error(client, BT_SET_CONFIGURATION, EIO); in headset_discovery_complete()
326 rsp->h.name = BT_SET_CONFIGURATION; in headset_setup_complete()
339 unix_ipc_error(client, BT_SET_CONFIGURATION, EIO); in headset_setup_complete()
349 unix_ipc_error(client, BT_SET_CONFIGURATION, err->code); in gateway_setup_complete()
358 rsp->h.name = BT_SET_CONFIGURATION; in gateway_setup_complete()
753 rsp->h.name = BT_SET_CONFIGURATION; in a2dp_config_complete()
769 unix_ipc_error(client, BT_SET_CONFIGURATION, EIO); in a2dp_config_complete()
1072 unix_ipc_error(client, BT_SET_CONFIGURATION, EIO); in start_config()
1587 unix_ipc_error(client, BT_SET_CONFIGURATION, err ? : EIO); in handle_setconfiguration_req()
1741 case BT_SET_CONFIGURATION: in client_cb()
Dipc.h98 #define BT_SET_CONFIGURATION 2 macro
Dpcm_bluetooth.c466 req->h.name = BT_SET_CONFIGURATION; in bluetooth_hsp_hw_params()
480 BT_SET_CONFIGURATION); in bluetooth_hsp_hw_params()
730 req->h.name = BT_SET_CONFIGURATION; in bluetooth_a2dp_hw_params()
746 BT_SET_CONFIGURATION); in bluetooth_a2dp_hw_params()
Dliba2dp.c532 setconf_req->h.name = BT_SET_CONFIGURATION; in bluetooth_a2dp_hw_params()
622 err = audioservice_expect(data, &setconf_rsp->h, BT_SET_CONFIGURATION); in bluetooth_a2dp_hw_params()
Dgstavdtpsink.c1662 req->h.name = BT_SET_CONFIGURATION; in gst_avdtp_sink_configure()
1689 BT_SET_CONFIGURATION); in gst_avdtp_sink_configure()
/external/bluetooth/bluez/test/
Dipctest.c618 msg.setconf_req.h.name = BT_SET_CONFIGURATION; in set_conf()
636 if (service_expect(u, &msg.setconf_rsp.h, BT_SET_CONFIGURATION) < 0) in set_conf()