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

  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 167 #define GATT_ENCRYPT_KEY_SIZE_MASK (0xF000) /* the MS nibble of tGATT_PERM; key size 7=0; size 16=9 */
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 126 min_key_size = (((perm & GATT_ENCRYPT_KEY_SIZE_MASK) >> 12));
764 min_key_size = (((perm & GATT_ENCRYPT_KEY_SIZE_MASK) >> 12));
    [all...]

Completed in 32 milliseconds