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
794
UINT16 start_handle = 0,
end_handle
= 0;
local
812
end_handle
= (UINT16) pe.params[1];
816
service_uuid.uu.uuid16, start_handle,
end_handle
);
819
if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(
end_handle
) &&
825
end_handle
,
831
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:__anon3112
Completed in 100 milliseconds