Lines Matching refs:app_uuid128
211 list.asgn_range.app_uuid128 = p_reg->app_uuid128; in GATTS_AddService()
307 elem.app_uuid = list.asgn_range.app_uuid128; in GATTS_AddService()
330 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument
335 if (p_this_uuid && app_uuid128 == info.app_uuid && in is_active_service()
369 gatt_find_hdl_buffer_by_app_id(p_reg->app_uuid128, p_svc_uuid, svc_inst); in GATTS_DeleteService()
375 if (is_active_service(p_reg->app_uuid128, p_svc_uuid, svc_inst)) { in GATTS_DeleteService()
991 tGATT_IF GATT_Register(const Uuid& app_uuid128, std::string name, in GATT_Register() argument
999 if (p_reg->in_use && p_reg->app_uuid128 == app_uuid128) { in GATT_Register()
1001 << app_uuid128; in GATT_Register()
1011 p_reg->app_uuid128 = app_uuid128; in GATT_Register()
1018 name.c_str(), app_uuid128.ToString().c_str(), gatt_if, in GATT_Register()
1068 gatt_free_srvc_db_buffer_app_id(p_reg->app_uuid128); in GATT_Deregister()