This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640: 获取连接设备的实际蓝牙地址

Part Number: CC2640

我是使用如下函数获取的:

linkDB_GetInfo()
uint8 linkDB_GetInfo ( uint16 connectionHandle,
linkDBInfo_t * pInfo
)
Get information about a link

Copies all of the link information into pInfo. Uses the connection handle to search the link database.

Parameters
connectionHandle controller link connection handle.
pInfo output parameter to copy the link information
Returns
SUCCESS
FAILURE connection wasn't found