Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_auth.c76 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()
Dgatt_int.h43 #define GATT_SEC_SIGN_DATA 2 /* compute the signature for the write cmd */ macro
Dgatt_cl.c236 op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE : GATT_CMD_WRITE; in gatt_act_write()