HomeSort by relevance Sort by last modified time
    Searched refs:stop_req (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
liba2dp.c 283 struct bt_stop_stream_req *stop_req = (void*) buf; local
297 memset(stop_req, 0, BT_SUGGESTED_BUFFER_SIZE);
298 stop_req->h.type = BT_REQUEST;
299 stop_req->h.name = BT_STOP_STREAM;
300 stop_req->h.length = sizeof(*stop_req);
302 err = audioservice_send(data, &stop_req->h);
  /external/bluetooth/bluez/test/
ipctest.c 887 struct bt_stop_stream_req stop_req; member in union:__anon1796
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 5292 milliseconds