Searched refs:GATT_SEC_ENC_PENDING (Results 1 – 2 of 2) sorted by relevance
170 if (gatt_get_sec_act(p_tcb) == GATT_SEC_ENC_PENDING) in gatt_enc_cmpl_cback()245 if (gatt_get_sec_act(p_tcb) == GATT_SEC_ENC_PENDING) in gatt_notify_enc_cmpl()336 return GATT_SEC_ENC_PENDING; in gatt_determine_sec_act()514 case GATT_SEC_ENC_PENDING: in gatt_security_check_start()
47 #define GATT_SEC_ENC_PENDING 6 /* wait for link encryption pending */ macro