Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c820 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local
838 end_handle = (UINT16) pe.params[1]; in bta_gattc_sdp_callback()
842 service_uuid.uu.uuid16, start_handle, end_handle); in bta_gattc_sdp_callback()
845 … if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle) && in bta_gattc_sdp_callback()
851 end_handle, in bta_gattc_sdp_callback()
857 … APPL_TRACE_ERROR2("invalid start_handle = %d end_handle = %d", start_handle, end_handle); in bta_gattc_sdp_callback()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_db.c74 p_db->end_handle = s_hdl + num_handle; in gatts_init_service_db()
896 if (p_db->end_handle <= p_db->next_handle) in allocate_attr_in_db()
899 p_db->end_handle, p_db->next_handle); in allocate_attr_in_db()
Dgatt_int.h207 UINT16 end_handle; /* Last handle number */ member