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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 55 op_code == GATT_SIGN_CMD_WRITE ||
    [all...]
gatt_auth.c 60 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE);
gatt_db.c 793 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM))
798 if ((op_code == GATT_SIGN_CMD_WRITE) && (sec_flag & GATT_SEC_FLAG_ENCRYPTED))
830 else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && !(sec_flag & GATT_SEC_FLAG_ENCRYPTED)
    [all...]
att_protocol.c 592 case GATT_SIGN_CMD_WRITE:
gatt_cl.c 236 op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE : GATT_CMD_WRITE;
    [all...]
gatt_main.c 961 if (op_code == GATT_SIGN_CMD_WRITE)
    [all...]
gatt_utils.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 100 #define GATT_SIGN_CMD_WRITE 0xD2 /* changed in V4.0 1101-0010 (signed write) see write cmd above*/
    [all...]

Completed in 196 milliseconds