Searched refs:start_req (Results 1 – 3 of 3) sorted by relevance
220 struct bt_start_stream_req *start_req = (void*) buf; in bluetooth_start() local228 memset(start_req, 0, BT_SUGGESTED_BUFFER_SIZE); in bluetooth_start()229 start_req->h.type = BT_REQUEST; in bluetooth_start()230 start_req->h.name = BT_START_STREAM; in bluetooth_start()231 start_req->h.length = sizeof(*start_req); in bluetooth_start()234 err = audioservice_send(data, &start_req->h); in bluetooth_start()
199 struct start_req { struct1550 struct start_req *req, unsigned int size) in avdtp_start_cmd()1559 if (size < sizeof(struct start_req)) { in avdtp_start_cmd()1564 seid_count = 1 + size - sizeof(struct start_req); in avdtp_start_cmd()3451 struct start_req req; in avdtp_start()
830 struct bt_start_stream_req start_req; in start_stream() member851 msg.start_req.h.type = BT_REQUEST; in start_stream()852 msg.start_req.h.name = BT_START_STREAM; in start_stream()853 msg.start_req.h.length = sizeof(msg.start_req); in start_stream()855 if (service_send(u, &msg.start_req.h) < 0) in start_stream()