Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c923 for (i = 0; i < BTA_GATTC_NOTIF_REG_MAX; i ++) { in BTA_GATTC_RegisterForNotifications()
933 for (i = 0; i < BTA_GATTC_NOTIF_REG_MAX; i ++) { in BTA_GATTC_RegisterForNotifications()
945 if (i == BTA_GATTC_NOTIF_REG_MAX) { in BTA_GATTC_RegisterForNotifications()
985 for (int i = 0; i < BTA_GATTC_NOTIF_REG_MAX; i ++) { in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_utils.c561 for (i = 0 ; i < BTA_GATTC_NOTIF_REG_MAX; i ++) in bta_gattc_check_notif_registry()
598 for (i = 0 ; i < BTA_GATTC_NOTIF_REG_MAX; i ++) { in bta_gattc_clear_notif_registration()
633 for (uint8_t i = 0 ; i < BTA_GATTC_NOTIF_REG_MAX; i ++) { in bta_gattc_clear_notif_registration_by_bda()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h262 #define BTA_GATTC_NOTIF_REG_MAX UC_BT_GATTC_NOTIF_REG_MAX macro
264 #define BTA_GATTC_NOTIF_REG_MAX 5 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h358 tBTA_GATTC_NOTIF_REG notif_reg[BTA_GATTC_NOTIF_REG_MAX];