Skip to content

Commit

Permalink
os/board/rtl8721csm: Sync the BLE APIs table
Browse files Browse the repository at this point in the history
-Adding NULL to sync BLE APIs table
-To prevent APIs mismatch
  • Loading branch information
ziyik authored and hs36-kim committed Feb 21, 2025
1 parent 387638d commit a016361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os/board/rtl8721csm/src/component/os/tizenrt/rtk_blemgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ struct trble_ops g_trble_drv_ops = {
trble_netmgr_operation_write_no_response,

// Server
NULL,
trble_netmgr_get_profile_count,
trble_netmgr_charact_notify,
trble_netmgr_charact_indicate,
Expand Down

0 comments on commit a016361

Please sign in to comment.