typedefstruct
{
? ? tmos_event_hdr_thdr; ? ? ? ? ? ? //!< GAP_MSG_EVENT and status
? ? uint8_topcode; ? ? ? ? ? ? ? ? ? //!< GAP_DEVICE_INFO_EVENT
? ? uint8_teventType;? ? ? ? ? ? ? ? //!< Advertisement Type: @ref GAP_ADVERTISEMENT_REPORT_TYPE_DEFINES
? ? uint8_taddrType; ? ? ? ? ? ? ? ? //!< address type: @ref GAP_ADDR_TYPE_DEFINES
? ? uint8_taddr[B_ADDR_LEN]; ? ? ? ? //!< Address of the advertisement or SCAN_RSP
? ? int8_trssi;? ? ? ? ? ? ? ? ? ? ? //!< Advertisement or SCAN_RSP RSSI
? ? uint8_tdataLen;? ? ? ? ? ? ? ? ? //!< Length (in bytes) of the data field (evtData)
? ? uint8_t *pEvtData;? ? ? ? ? ? ? ? //!< Data field of advertisement or SCAN_RSP
} gapDeviceInfoEvent_t;
在設(shè)備信息這里只能找到addr但是看不到藍牙的名字,請問搜索的時候從哪里獲取藍牙的名字呢?