Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c608 for (i = 0; i < BTA_GATTC_NOTIF_REG_MAX; i ++) in BTA_GATTC_RegisterForNotifications()
621 for (i = 0; i < BTA_GATTC_NOTIF_REG_MAX; i ++) in BTA_GATTC_RegisterForNotifications()
635 if (i == BTA_GATTC_NOTIF_REG_MAX) in BTA_GATTC_RegisterForNotifications()
678 for (int i = 0; i < BTA_GATTC_NOTIF_REG_MAX; i ++) { in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_int.h298 #ifndef BTA_GATTC_NOTIF_REG_MAX
299 #define BTA_GATTC_NOTIF_REG_MAX 15 macro
317 tBTA_GATTC_NOTIF_REG notif_reg[BTA_GATTC_NOTIF_REG_MAX];
Dbta_gattc_utils.c460 for (i = 0 ; i < BTA_GATTC_NOTIF_REG_MAX; i ++) in bta_gattc_check_notif_registry()
497 for (i = 0 ; i < BTA_GATTC_NOTIF_REG_MAX; i ++) { in bta_gattc_clear_notif_registration()