mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-28 22:54:14 +08:00
Add UUIDs for phonebook access profile
This commit is contained in:
parent
2fa3820898
commit
8ce8108e71
@ -127,6 +127,8 @@ extern "C" {
|
||||
#define UDI_TA_SVCLASS_ID 0x112b
|
||||
#define AV_SVCLASS_ID 0x112c
|
||||
#define SAP_SVCLASS_ID 0x112d
|
||||
#define PBAP_PCE_SVCLASS_ID 0x112e
|
||||
#define PBAP_PSE_SVCLASS_ID 0x112f
|
||||
#define PNP_INFO_SVCLASS_ID 0x1200
|
||||
#define GENERIC_NETWORKING_SVCLASS_ID 0x1201
|
||||
#define GENERIC_FILETRANS_SVCLASS_ID 0x1202
|
||||
@ -192,6 +194,8 @@ extern "C" {
|
||||
#define UDI_TA_PROFILE_ID UDI_TA_SVCLASS_ID
|
||||
#define AV_PROFILE_ID AV_SVCLASS_ID
|
||||
#define SAP_PROFILE_ID SAP_SVCLASS_ID
|
||||
#define PBAP_PCE_PROFILE_ID PBAP_PCE_PROFILE_ID
|
||||
#define PBAP_PSE_PROFILE_ID PBAP_PSE_PROFILE_ID
|
||||
#define PNP_INFO_PROFILE_ID PNP_INFO_SVCLASS_ID
|
||||
#define GENERIC_NETWORKING_PROFILE_ID GENERIC_NETWORKING_SVCLASS_ID
|
||||
#define GENERIC_FILETRANS_PROFILE_ID GENERIC_FILETRANS_SVCLASS_ID
|
||||
|
@ -180,6 +180,8 @@ static struct tupla ServiceClass[] = {
|
||||
{ UDI_TA_SVCLASS_ID, "UDI TA" },
|
||||
{ AV_SVCLASS_ID, "Audio/Video" },
|
||||
{ SAP_SVCLASS_ID, "SIM Access" },
|
||||
{ PBAP_PCE_SVCLASS_ID, "Phonebook Access - PCE" },
|
||||
{ PBAP_PSE_SVCLASS_ID, "Phonebook Access - PSE" },
|
||||
{ PNP_INFO_SVCLASS_ID, "PnP Information" },
|
||||
{ GENERIC_NETWORKING_SVCLASS_ID, "Generic Networking" },
|
||||
{ GENERIC_FILETRANS_SVCLASS_ID, "Generic File Transfer" },
|
||||
|
Loading…
Reference in New Issue
Block a user