Home
last modified time | relevance | path

Searched refs:profile_id (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_manage.c26 int btc_profile_cb_set(btc_pid_t profile_id, void *cb) in btc_profile_cb_set() argument
28 if (profile_id < 0 || profile_id >= BTC_PID_NUM) { in btc_profile_cb_set()
32 btc_profile_cb_tab[profile_id] = cb; in btc_profile_cb_set()
37 void *btc_profile_cb_get(btc_pid_t profile_id) in btc_profile_cb_get() argument
39 if (profile_id < 0 || profile_id >= BTC_PID_NUM) { in btc_profile_cb_get()
43 return btc_profile_cb_tab[profile_id]; in btc_profile_cb_get()
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_manage.h20 int btc_profile_cb_set(btc_pid_t profile_id, void *cb);
21 void *btc_profile_cb_get(btc_pid_t profile_id);