Searched defs:gatt_sec_act (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_auth.c450 static BOOLEAN gatt_convert_sec_action(tGATT_SEC_ACTION gatt_sec_act, tBTM_BLE_SEC_ACT *p_btm_sec_act ) argument
453 switch (gatt_sec_act)
483 tGATT_SEC_ACTION gatt_sec_act; local
489 gatt_sec_act = gatt_determine_sec_act(p_clcb);
492 gatt_set_sec_act(p_tcb, gatt_sec_act);
494 switch (gatt_sec_act )
506 gatt_convert_sec_action(gatt_sec_act, &btm_ble_sec_act);
522 gatt_sec_check_complete(TRUE, p_clcb, gatt_sec_act);

Completed in 191 milliseconds