Home
last modified time | relevance | path

Searched refs:start_req (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/audio/
Dliba2dp.c220 struct bt_start_stream_req *start_req = (void*) buf; in bluetooth_start() local
228 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()
Davdtp.c199 struct start_req { struct
1550 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()
/external/bluetooth/bluez/test/
Dipctest.c830 struct bt_start_stream_req start_req; in start_stream() member
851 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()