OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_GATTC_NOTIF_REG_MAX
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c
869
for (i = 0; i <
BTA_GATTC_NOTIF_REG_MAX
; i ++)
882
for (i = 0; i <
BTA_GATTC_NOTIF_REG_MAX
; i ++)
[
all
...]
bta_gattc_int.h
300
#ifndef
BTA_GATTC_NOTIF_REG_MAX
301
#define
BTA_GATTC_NOTIF_REG_MAX
4
319
tBTA_GATTC_NOTIF_REG notif_reg[
BTA_GATTC_NOTIF_REG_MAX
];
bta_gattc_utils.c
563
for (i = 0 ; i <
BTA_GATTC_NOTIF_REG_MAX
; i ++)
596
for (i = 0 ; i <
BTA_GATTC_NOTIF_REG_MAX
; i ++)
Completed in 24 milliseconds