BTM_BleSetPrivacyMode() function
* Function BTM_BleSetPrivacyMode * Description This function is called to set the privacy mode of device in resolving list * Parameters addr_type - The address type of the device in resolving list (public or random). * addr - The address of the device in resolving list. * privacy_mode - The privacy mode (network or device) of the device. * p_callback - Callback function to be called when the operation is completed. * Returns TRUE if the operation was successful, otherwise FALSE.