OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getcaps_rsp
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/audio/
ipctest.c
301
struct bt_get_capabilities_rsp
getcaps_rsp
;
member in union:__anon867
321
msg.
getcaps_rsp
.h.length = 0;
322
if (service_expect(u, &msg.
getcaps_rsp
.h, BT_GET_CAPABILITIES) < 0)
325
return parse_caps(u, &msg.
getcaps_rsp
);
liba2dp.c
884
struct bt_get_capabilities_rsp *
getcaps_rsp
= (void*) buf;
local
906
getcaps_rsp
->h.length = 0;
907
err = audioservice_expect(data, &
getcaps_rsp
->h, BT_GET_CAPABILITIES);
913
err = bluetooth_parse_capabilities(data,
getcaps_rsp
);
Completed in 49 milliseconds