Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc130 gatt_cb.last_service_handle = 0; in gatt_update_last_srv_info()
133 gatt_cb.last_service_handle = el.s_hdl; in gatt_update_last_srv_info()
Dgatt_sr.cc494 if (gatt_cb.last_service_handle && in gatt_build_primary_service_rsp()
495 gatt_cb.last_service_handle == el.s_hdl) { in gatt_build_primary_service_rsp()
Dgatt_int.h362 uint16_t last_service_handle; /* handle of last service */ member