Home
last modified time | relevance | path

Searched refs:GATT_SEC_ENCRYPT (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/gatt/
Dgatt_auth.cc344 act = GATT_SEC_ENCRYPT; in gatt_determine_sec_act()
349 act = GATT_SEC_ENCRYPT; in gatt_determine_sec_act()
398 case GATT_SEC_ENCRYPT: in gatt_convert_sec_action()
440 case GATT_SEC_ENCRYPT: in gatt_security_check_start()
443 if (sec_act_old < GATT_SEC_ENCRYPT) { in gatt_security_check_start()
Dgatt_int.h45 #define GATT_SEC_ENCRYPT 3 /* encrypt the link with current key */ macro