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

  /system/bt/stack/include/
gatt_api.h 173 #define GATT_PERM_WRITE_ENC_MITM (1 << 6) /* bit 6 */
189 (GATT_PERM_WRITE | GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM | \
196 (GATT_PERM_WRITE_ENC_MITM | GATT_PERM_WRITE_SIGNED_MITM)
199 (GATT_PERM_WRITE_ENCRYPTED | GATT_PERM_WRITE_ENC_MITM)
    [all...]
  /system/bt/stack/gatt/
gatt_db.cc 543 (perm & GATT_PERM_WRITE_ENC_MITM))) {
544 perm = GATT_PERM_WRITE_ENC_MITM;

Completed in 45 milliseconds