Home
last modified time | relevance | path

Searched refs:stop_req (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/audio/
Dliba2dp.c250 struct bt_stop_stream_req *stop_req = (void*) buf; in bluetooth_stop() local
263 memset(stop_req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_stop()
264 stop_req->h.type = BT_REQUEST; in bluetooth_stop()
265 stop_req->h.name = BT_STOP_STREAM; in bluetooth_stop()
266 stop_req->h.length = sizeof(*stop_req); in bluetooth_stop()
268 err = audioservice_send(data, &stop_req->h); in bluetooth_stop()
Dipctest.c887 struct bt_stop_stream_req stop_req; in stop_stream() member
906 msg.stop_req.h.type = BT_REQUEST; in stop_stream()
907 msg.stop_req.h.name = BT_STOP_STREAM; in stop_stream()
908 msg.stop_req.h.length = sizeof(msg.stop_req); in stop_stream()
910 if (service_send(u, &msg.stop_req.h) < 0) { in stop_stream()