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_rx/trunk/btstack/src/hci.h

    r337 r374  
    234234
    235235//
    236 #define IS_COMMAND(packet, command) (READ_BT_16(packet,0) == command.opcode)
     236#define IS_COMMAND(packet, command) (little_endian_read_16(packet,0) == command.opcode)
    237237
    238238// data: event(8)
     
    595595
    596596// Allows to control if device is discoverable. OFF by default.
    597 void hci_discoverable_control(uint8_t enable);
     597void gap_discoverable_control(uint8_t enable);
    598598
    599599// Creates and sends HCI command packets based on a template and
Note: See TracChangeset for help on using the changeset viewer.