Home
last modified time | relevance | path

Searched refs:BTC_PID_NUM (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_manage.c12 void *btc_profile_cb_tab[BTC_PID_NUM] = {};
21 for (i = 0; i < BTC_PID_NUM; i++) { in esp_profile_cb_reset()
28 if (profile_id < 0 || profile_id >= BTC_PID_NUM) { in btc_profile_cb_set()
39 if (profile_id < 0 || profile_id >= BTC_PID_NUM) { in btc_profile_cb_get()
Dbtc_task.c88 static const btc_func_t profile_tab[BTC_PID_NUM] = {
370 if ((btc_profile_cb_tab = (void **)osi_malloc(sizeof(void *) * BTC_PID_NUM)) == NULL) { in btc_init_mem()
373 memset((void *)btc_profile_cb_tab, 0, sizeof(void *) * BTC_PID_NUM); in btc_init_mem()
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_manage.h13 extern void *btc_profile_cb_tab[BTC_PID_NUM];
Dbtc_task.h88 BTC_PID_NUM, enumerator