Home
last modified time | relevance | path

Searched refs:btc_inter_profile_call (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h122 bt_status_t btc_inter_profile_call(btc_msg_t *msg);
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c426 ret = btc_inter_profile_call(msg); in btc_dm_auth_cmpl_evt()
456 ret = btc_inter_profile_call(msg); in btc_dm_pin_req_evt()
491 ret = btc_inter_profile_call(msg); in btc_dm_sp_cfm_req_evt()
519 ret = btc_inter_profile_call(msg); in btc_dm_sp_key_notif_evt()
546 ret = btc_inter_profile_call(msg); in btc_dm_sp_key_req_evt()
583 ret = btc_inter_profile_call(msg); in btc_dm_dev_unpaired_evt()
613 ret = btc_inter_profile_call(msg); in btc_dm_pm_mode_chg_evt()
1052 ret = btc_inter_profile_call(ble_msg); in btc_dm_sec_cb_handler()
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c280 bt_status_t btc_inter_profile_call(btc_msg_t *msg) in btc_inter_profile_call() function