Lines Matching refs:app_uuid128
193 list.asgn_range.app_uuid128 = p_reg->app_uuid128; in GATTS_AddService()
283 elem.app_uuid = list.asgn_range.app_uuid128; in GATTS_AddService()
305 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument
310 if (p_this_uuid && app_uuid128 == info.app_uuid && in is_active_service()
344 gatt_find_hdl_buffer_by_app_id(p_reg->app_uuid128, p_svc_uuid, svc_inst); in GATTS_DeleteService()
352 if (is_active_service(p_reg->app_uuid128, p_svc_uuid, svc_inst)) { in GATTS_DeleteService()
941 tGATT_IF GATT_Register(const Uuid& app_uuid128, tGATT_CBACK* p_cb_info) { in GATT_Register() argument
946 LOG(INFO) << __func__ << " " << app_uuid128; in GATT_Register()
950 if (p_reg->in_use && p_reg->app_uuid128 == app_uuid128) { in GATT_Register()
961 p_reg->app_uuid128 = app_uuid128; in GATT_Register()
1012 gatt_free_srvc_db_buffer_app_id(p_reg->app_uuid128); in GATT_Deregister()