Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc306 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument
312 *p_svc_uuid == *p_this_uuid && (start_handle == info.s_hdl)) { in is_active_service()
313 LOG(ERROR) << "Active Service Found: " << *p_svc_uuid; in is_active_service()
334 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() argument
345 gatt_find_hdl_buffer_by_app_id(p_reg->app_uuid128, p_svc_uuid, svc_inst); in GATTS_DeleteService()
353 if (is_active_service(p_reg->app_uuid128, p_svc_uuid, svc_inst)) { in GATTS_DeleteService()
Dgatt_utils.cc220 const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id() argument
225 *p_svc_uuid == it->asgn_range.svc_uuid && in gatt_find_hdl_buffer_by_app_id()
Dgatt_int.h470 const bluetooth::Uuid& app_uuid128, bluetooth::Uuid* p_svc_uuid,
/system/bt/stack/include/
Dgatt_api.h726 extern bool GATTS_DeleteService(tGATT_IF gatt_if, bluetooth::Uuid* p_svc_uuid,