Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/btstack/include/btstack/sdp_util.h

    r352 r374  
    6868// UNIVERSAL ATTRIBUTE DEFINITIONS
    6969#define SDP_ServiceRecordHandle     0x0000
    70 #define SDP_ServiceClassIDList      0x0001
     70#define BLUETOOTH_ATTRIBUTE_SERVICE_CLASS_ID_LIST      0x0001
    7171#define SDP_ServiceRecordState      0x0002
    7272#define SDP_ServiceID               0x0003
    73 #define SDP_ProtocolDescriptorList  0x0004
     73#define BLUETOOTH_ATTRIBUTE_PROTOCOL_DESCRIPTOR_LIST  0x0004
    7474#define SDP_BrowseGroupList                 0x0005
    7575#define SDP_LanguageBaseAttributeIDList 0x0006
     
    9393#define SDP_RFCOMMProtocol    0x0003
    9494#define SDP_OBEXProtocol      0x0008
    95 #define SDP_L2CAPProtocol     0x0100
    96 #define SDP_BNEPProtocol      0x000f
     95#define BLUETOOTH_PROTOCOL_L2CAP     0x0100
     96#define BLUETOOTH_PROTOCOL_BNEP      0x000f
    9797
    9898// OFFSETS FOR LOCALIZED ATTRIBUTES - SDP_LanguageBaseAttributeIDList
Note: See TracChangeset for help on using the changeset viewer.