Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1472 #ifndef BTA_DI_NUM_MAX
1473 #define BTA_DI_NUM_MAX 3 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c997 if (bta_dm_di_cb.di_num < BTA_DI_NUM_MAX) { in BTA_DmSetLocalDiRecord()
1000 for (uint8_t i = 1; i < BTA_DI_NUM_MAX; i++) { in BTA_DmSetLocalDiRecord()
1039 for (uint8_t i = 0; i < BTA_DI_NUM_MAX; i++) { in BTA_DmRemoveLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1554 …UINT32 di_handle[BTA_DI_NUM_MAX]; /* local DI record handle, the first one is primar…