Searched refs:tGATT_SEC_ACTION (Results 1 – 2 of 2) sorted by relevance
283 void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act) in gatt_set_sec_act()299 tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb) in gatt_get_sec_act()301 tGATT_SEC_ACTION sec_act = GATT_SEC_NONE; in gatt_get_sec_act()318 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb ) in gatt_determine_sec_act()320 tGATT_SEC_ACTION act = GATT_SEC_OK; in gatt_determine_sec_act()450 static BOOLEAN gatt_convert_sec_action(tGATT_SEC_ACTION gatt_sec_act, tBTM_BLE_SEC_ACT *p_btm_sec_a… in gatt_convert_sec_action()483 tGATT_SEC_ACTION gatt_sec_act; in gatt_security_check_start()487 tGATT_SEC_ACTION sec_act_old = gatt_get_sec_act(p_tcb); in gatt_security_check_start()
48 typedef UINT8 tGATT_SEC_ACTION; typedef352 tGATT_SEC_ACTION sec_act;689 extern tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb );691 extern tGATT_SEC_ACTION gatt_get_sec_act(tGATT_TCB *p_tcb);692 extern void gatt_set_sec_act(tGATT_TCB *p_tcb, tGATT_SEC_ACTION sec_act);