OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:api_read
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/gatt/
bta_gattc_act.cc
907
if (p_data->
api_read
.handle != 0) {
910
read_param.by_handle.handle = p_data->
api_read
.handle;
911
read_param.by_handle.auth_req = p_data->
api_read
.auth_req;
917
read_param.char_type.s_handle = p_data->
api_read
.s_handle;
918
read_param.char_type.e_handle = p_data->
api_read
.e_handle;
919
read_param.char_type.uuid = p_data->
api_read
.uuid
[
all
...]
bta_gattc_int.h
174
tBTA_GATTC_API_READ
api_read
;
member in union:__anon112889
Completed in 1163 milliseconds