File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/bt/bluedroid/btc/profile/std/gatt Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ static void btc_gattc_prepare_write_char_descr(btc_ble_gattc_args_t *arg)
631631 arg -> prep_write_descr .auth_req );
632632}
633633
634- static void btc_gattc_execute_wrtie (btc_ble_gattc_args_t * arg )
634+ static void btc_gattc_execute_write (btc_ble_gattc_args_t * arg )
635635{
636636 BTA_GATTC_ExecuteWrite (arg -> exec_write .conn_id , arg -> exec_write .is_execute );
637637}
@@ -711,7 +711,7 @@ void btc_gattc_call_handler(btc_msg_t *msg)
711711 btc_gattc_prepare_write_char_descr (arg );
712712 break ;
713713 case BTC_GATTC_ACT_EXECUTE_WRITE :
714- btc_gattc_execute_wrtie (arg );
714+ btc_gattc_execute_write (arg );
715715 break ;
716716 case BTC_GATTC_ACT_REG_FOR_NOTIFY :
717717 btc_gattc_reg_for_notify (arg );
You can’t perform that action at this time.
0 commit comments