1. 程式人生 > >設定Android靜態藍芽廣播地址

設定Android靜態藍芽廣播地址

You can disable the BLE Privacy Feature to avoid the MAC address rotating, and change the bluedroid source code as follows:

 * Toggles support for general LE privacy features such as remote address
    * resolution, local address rotation etc.
    */

    #ifndef BLE_PRIVACY_SPT 
    -#define BLE_PRIVACY_SPT         TRUE
    +#define BLE_PRIVACY_SPT         FLASE
    #endif