X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pb-agent%2Fbluetooth_pb_vcard.h;h=38edd84516c1ee384f7b08a2a7060bbda5a7ac07;hb=66fbdfef82257593160ed94e453ef77ff1bc8cf8;hp=24d96755e5b17357b4f1beb846551cba9e0ccdba;hpb=c89c16df9ef8b6b73895cfee645d42c760b5e5d8;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git diff --git a/pb-agent/bluetooth_pb_vcard.h b/pb-agent/bluetooth_pb_vcard.h index 24d9675..38edd84 100644 --- a/pb-agent/bluetooth_pb_vcard.h +++ b/pb-agent/bluetooth_pb_vcard.h @@ -1,13 +1,17 @@ /* - * bluetooth-agent + * Bluetooth-agent * - * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: Hocheol Seo + * Girishashok Joshi + * Chanyeol Park * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -22,6 +26,13 @@ #include +#define SIM_ADDRESSBOOK_PREFIX "http://tizen.samsung.com/addressbook/sim" + +typedef enum { + PBAP_ADDRESSBOOK_PHONE, + PBAP_ADDRESSBOOK_SIM, +} bt_pbap_addressbook_e; + /* vcard */ gchar *_bluetooth_pb_vcard_contact(gint person_id, guint64 filter, @@ -50,4 +61,6 @@ gchar *_bluetooth_pb_number_from_phonelog_id(gint phonelog_id); gchar *_bluetooth_pb_owner_name(void); +bool _bt_is_sim_addressbook(const char *addressbook); + #endif