Home
last modified time | relevance | path

Searched refs:value_handle (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.c230 UINT16 value_handle, in bta_gattc_add_char_to_cache() argument
237 value_handle, p_uuid->uu.uuid16, property); in bta_gattc_add_char_to_cache()
249 if (service->e_handle < value_handle) in bta_gattc_add_char_to_cache()
250 service->e_handle = value_handle; in bta_gattc_add_char_to_cache()
254 characteristic->handle = value_handle; in bta_gattc_add_char_to_cache()
686 UINT16 decl_handle, UINT16 value_handle, in bta_gattc_add_char_to_list() argument
704 p_rec->s_handle = value_handle; in bta_gattc_add_char_to_list()