HomeSort by relevance Sort by last modified time
    Searched refs:BLE_RESOLVE_ADDR_MSB (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h 74 #define BLE_RESOLVE_ADDR_MSB 0x40 /* most significant bit, bit7, bit6 is 01 to be resolvable random */
76 #define BTM_BLE_IS_RESOLVE_BDA(x) ((x[0] & BLE_RESOLVE_ADDR_MASK) == BLE_RESOLVE_ADDR_MSB)
btm_ble_addr.c 97 p->param_buf[2] |= BLE_RESOLVE_ADDR_MSB;

Completed in 50 milliseconds