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