Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc327 act = GATT_SEC_ENCRYPT; in gatt_determine_sec_act()
332 act = GATT_SEC_ENCRYPT; in gatt_determine_sec_act()
382 case GATT_SEC_ENCRYPT: in gatt_convert_sec_action()
413 case GATT_SEC_ENCRYPT: in gatt_security_check_start()
416 if (sec_act_old < GATT_SEC_ENCRYPT) { in gatt_security_check_start()
Dgatt_int.h52 GATT_SEC_ENCRYPT = 3, /* encrypt the link with current key */ enumerator
63 CASE_RETURN_TEXT(GATT_SEC_ENCRYPT); in gatt_security_action_text()