pbap_server_bluelab36

所属分类:通讯编程
开发工具:C/C++
文件大小:20KB
下载次数:103
上传日期:2007-09-27 16:44:57
上 传 者305112
说明:  pbap_server:bluetooth 可供带有PBAP功能bluetooth手机使用,可做来电显示源代码。CARKIT必不可少的另一个重要功能 编译环境:bluelab36
(pbap_server: bluetooth for PBAP function with a bluetooth mobile phone use can caller ID source code. Carkit essential function of another important compiler environment: bluelab36)

文件列表:
handle_pbap.c (14990, 2006-12-13)
handle_pbap.h (615, 2006-12-13)
handle_system.c (1200, 2006-12-13)
handle_system.h (425, 2006-12-13)
main.c (2401, 2006-12-13)
main.h (2390, 2006-12-13)
pb_access.c (9586, 2006-12-13)
pb_access.h (1470, 2006-12-13)
pbap_server.psr (49, 2006-12-13)
pbap_server.xip (1390, 2006-12-13)
pbap_server_vmprops.xml (389, 2006-12-13)
state.c (2963, 2006-12-13)
state.h (1066, 2006-12-13)
vcard_gen.c (8411, 2006-12-13)
vcard_gen.h (1001, 2006-12-13)
image (0, 2007-09-19)
image\ich.dat (1129, 2006-12-13)
image\pb.dat (739, 2006-12-13)
buffer.c (1750, 2006-12-13)
buffer.h (588, 2006-12-13)
folder.c (10669, 2006-12-13)
folder.h (1200, 2006-12-13)
handle_connection.c (3528, 2006-12-13)
handle_connection.h (582, 2006-12-13)

Pbap Server Application ======================= This application is a demonstration of PBAP Server functionality using the Read Only Filestore to simulate the phonebook stored on a phone. Code Modules ============ Module Description ---------------------------------------- handle_pbap PBAP message handlers folder Folder management vcard_gen vcard generator pb_access Phonebook access Supported Phonebooks ==================== The server does not contain a SIM1 repository. Each phonebook is stored in a file in the image directory of the project. The filename identifies the phonebook. Filename Description ----------------------------------- pb.dat Main phonebook ich.dat Incomming Call History och.dat Outgoing Call History mch.dat Missed Call History cch.dat Combined Call History The example application contains examples of the main phonebook (pb.dat) and Incomming Call History (ich.dat). Phonebook File Format ===================== A phonebook file only stores Name and Phonenumber entries. The file is textual. Each entry may contain a name field. It may also contain upto 3 phonenumbers (phonenumber, mobile number and business number). It does not need to contain any phonenumbers. Each field contains an identifier and the data. The field is terminated by a newline '\n'. The data is a string. The string is NOT null terminated. The entry is terminated by a 'n' without an entry. Identifier Description -------------------------------- N Name P Phone number M Mobile number B Business number Example Name : Cardoso;Jose Phonenumber : +44156***6333 This is represented as :- NCardoso;Jose'\n'P+44156***6333'\n\n'

近期下载者

相关文件


收藏者