OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_rsp
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/audio/
liba2dp.c
221
struct bt_start_stream_rsp *
start_rsp
= (void*) buf;
local
238
start_rsp
->h.length = sizeof(*
start_rsp
);
239
err = audioservice_expect(data, &
start_rsp
->h, BT_START_STREAM);
ipctest.c
831
struct bt_start_stream_rsp
start_rsp
;
member in union:__anon871
858
msg.rsp.length = sizeof(msg.
start_rsp
);
Completed in 17 milliseconds