如題,我在peripheral的SimpleBLEPeripheral_Init(),直接call下列function,無法取得MAC address,這是為何?
uint8 ownAddress[B_ADDR_LEN];
GAPRole_GetParameter(GAPROLE_BD_ADDR, ownAddress);
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.
如題,我在peripheral的SimpleBLEPeripheral_Init(),直接call下列function,無法取得MAC address,這是為何?
uint8 ownAddress[B_ADDR_LEN];
GAPRole_GetParameter(GAPROLE_BD_ADDR, ownAddress);