bool IB_GetBdAddr(uint8_t * p_bdAddr);
This routine will get Bluetooth Device Address from IB. If there exists BDADDR IB, then it will return the BDADDR stored in IB. Otherwise, it returns FAILS (1)
Param | Description |
---|---|
uint8_t "p_Addr" | the pointer to the memory stores BDADDR |
A boolean value, True means valid BDADDR IB