OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:end_handle
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c
820
UINT16 start_handle = 0,
end_handle
= 0;
local
838
end_handle
= (UINT16) pe.params[1];
842
service_uuid.uu.uuid16, start_handle,
end_handle
);
845
if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(
end_handle
) &&
851
end_handle
,
857
APPL_TRACE_ERROR2("invalid start_handle = %d
end_handle
= %d", start_handle,
end_handle
);
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_int.h
207
UINT16
end_handle
; /* Last handle number */
member in struct:__anon3564
Completed in 129 milliseconds