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

  /external/bluetooth/bluez/audio/
liba2dp.c 220 struct bt_start_stream_req *start_req = (void*) buf; local
228 memset(start_req, 0, BT_SUGGESTED_BUFFER_SIZE);
229 start_req->h.type = BT_REQUEST;
230 start_req->h.name = BT_START_STREAM;
231 start_req->h.length = sizeof(*start_req);
234 err = audioservice_send(data, &start_req->h);
avdtp.c 197 struct start_req { struct
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 830 struct bt_start_stream_req start_req; member in union:__anon1899
851 msg.start_req.h.type = BT_REQUEST;
852 msg.start_req.h.name = BT_START_STREAM;
853 msg.start_req.h.length = sizeof(msg.start_req);
855 if (service_send(u, &msg.start_req.h) < 0)

Completed in 193 milliseconds