Searched refs:GATT_SEC_ENC_PENDING (Results 1 – 2 of 2) sorted by relevance
176 if (gatt_get_sec_act(p_tcb) == GATT_SEC_ENC_PENDING) { in gatt_enc_cmpl_cback()236 if (gatt_get_sec_act(p_tcb) == GATT_SEC_ENC_PENDING) { in gatt_notify_enc_cmpl()325 return GATT_SEC_ENC_PENDING; in gatt_determine_sec_act()504 case GATT_SEC_ENC_PENDING: in gatt_security_check_start()
49 #define GATT_SEC_ENC_PENDING 6 /* wait for link encryption pending */ macro