Searched refs:GATT_SEC_SIGN_DATA (Results 1 – 3 of 3) sorted by relevance
76 gatt_act_write(p_clcb, GATT_SEC_SIGN_DATA); in gatt_sign_data()383 act = GATT_SEC_SIGN_DATA; in gatt_determine_sec_act()491 case GATT_SEC_SIGN_DATA: in gatt_security_check_start()
43 #define GATT_SEC_SIGN_DATA 2 /* compute the signature for the write cmd */ macro
236 op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE : GATT_CMD_WRITE; in gatt_act_write()