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/src/pan.c

    r352 r374  
    8080
    8181        // 0x0001 "Service Class ID List"
    82         de_add_number(service,  DE_UINT, DE_SIZE_16, SDP_ServiceClassIDList);
     82        de_add_number(service,  DE_UINT, DE_SIZE_16, BLUETOOTH_ATTRIBUTE_SERVICE_CLASS_ID_LIST);
    8383        attribute = de_push_sequence(service);
    8484        {
     
    8989
    9090        // 0x0004 "Protocol Descriptor List"
    91         de_add_number(service,  DE_UINT, DE_SIZE_16, SDP_ProtocolDescriptorList);
     91        de_add_number(service,  DE_UINT, DE_SIZE_16, BLUETOOTH_ATTRIBUTE_PROTOCOL_DESCRIPTOR_LIST);
    9292        attribute = de_push_sequence(service);
    9393        {
     
    9595                {
    9696                        de_add_number(l2cpProtocol,  DE_UUID, DE_SIZE_16, 0x0100);
    97                         de_add_number(l2cpProtocol,  DE_UINT, DE_SIZE_16, SDP_BNEPProtocol);  // l2cap psm
     97                        de_add_number(l2cpProtocol,  DE_UINT, DE_SIZE_16, BLUETOOTH_PROTOCOL_BNEP);  // l2cap psm
    9898                }
    9999                de_pop_sequence(attribute, l2cpProtocol);
Note: See TracChangeset for help on using the changeset viewer.