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

  /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)
btm_ble_addr.c 100 p->param_buf[2] &= (~BLE_RESOLVE_ADDR_MASK);
btm_ble_multi_adv.c 395 p->param_buf[2] &= (~BLE_RESOLVE_ADDR_MASK);
  /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...]

Completed in 37 milliseconds