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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 69 #define BLE_RESOLVE_ADDR_MASK 0xc0 /* bit 6, and bit7 */
70 #define BTM_BLE_IS_RESOLVE_BDA(x) ((x[0] & BLE_RESOLVE_ADDR_MASK) == BLE_RESOLVE_ADDR_MSB)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h 83 #define BLE_RESOLVE_ADDR_MASK 0xc0 /* bit 6, and bit7 */
84 #define BTM_BLE_IS_RESOLVE_BDA(x) ((x[0] & BLE_RESOLVE_ADDR_MASK) == BLE_RESOLVE_ADDR_MSB)

Completed in 984 milliseconds