Home
last modified time | relevance | path

Searched refs:GATT_SEC_SIGN_DATA (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c76 gatt_act_write(p_clcb, GATT_SEC_SIGN_DATA); in gatt_sign_data()
376 act = GATT_SEC_SIGN_DATA; in gatt_determine_sec_act()
480 case GATT_SEC_SIGN_DATA: in gatt_security_check_start()
Dgatt_cl.c236 op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE : GATT_CMD_WRITE; in gatt_act_write()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h45 #define GATT_SEC_SIGN_DATA 2 /* compute the signature for the write cmd */ macro