Searched defs:stop_req (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dliba2dp.c286 struct bt_stop_stream_req *stop_req = (void*) buf; local
300 memset(stop_req, 0, BT_SUGGESTED_BUFFER_SIZE);
301 stop_req->h.type = BT_REQUEST;
302 stop_req->h.name = BT_STOP_STREAM;
303 stop_req->h.length = sizeof(*stop_req);
305 err = audioservice_send(data, &stop_req->h);
/external/bluetooth/bluez/test/
H A Dipctest.c887 struct bt_stop_stream_req stop_req; member in union:__anon729
906 msg.stop_req.h.type = BT_REQUEST;
907 msg.stop_req.h.name = BT_STOP_STREAM;
908 msg.stop_req.h.length = sizeof(msg.stop_req);
910 if (service_send(u, &msg.stop_req.h) < 0) {

Completed in 55 milliseconds