OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_MAX_SR_PROFILES
(Results
1 - 8
of
8
) sorted by null
/system/bt/bta/gatt/
bta_gatts_int.h
61
#define BTA_GATTS_MAX_APP_NUM
GATT_MAX_SR_PROFILES
64
#define BTA_GATTS_MAX_SRVC_NUM
GATT_MAX_SR_PROFILES
/system/bt/stack/gatt/
gatt_int.h
273
#if
GATT_MAX_SR_PROFILES
<= 8
275
#elif
GATT_MAX_SR_PROFILES
<= 16
277
#elif
GATT_MAX_SR_PROFILES
<= 32
470
tGATT_SR_REG sr_reg[
GATT_MAX_SR_PROFILES
];
475
tGATT_HDL_LIST_ELEM hdl_list[
GATT_MAX_SR_PROFILES
];
477
tGATT_SRV_LIST_ELEM srv_list[
GATT_MAX_SR_PROFILES
];
gatt_api.c
432
svc_inst)) !=
GATT_MAX_SR_PROFILES
)
492
p_list->asgn_range.svc_inst) !=
GATT_MAX_SR_PROFILES
)
499
if ((i_sreg = gatt_sr_alloc_rcb(p_list)) ==
GATT_MAX_SR_PROFILES
)
566
if ( (ii > 0) && (ii <
GATT_MAX_SR_PROFILES
) && (gatt_cb.sr_reg[ii].in_use) )
[
all
...]
gatt_utils.c
308
for (i = 0; i <
GATT_MAX_SR_PROFILES
; i++, p_elem++)
414
for (i = 0; i <
GATT_MAX_SR_PROFILES
; i ++, p_elem ++)
[
all
...]
gatt_sr.c
423
if ((i_rcb = gatt_sr_find_i_rcb_by_handle(handle)) <
GATT_MAX_SR_PROFILES
)
[
all
...]
gatt_main.c
179
for (i = 0; i <
GATT_MAX_SR_PROFILES
; i++)
[
all
...]
/system/bt/include/
bt_target.h
765
#ifndef
GATT_MAX_SR_PROFILES
766
#define
GATT_MAX_SR_PROFILES
32 /* max is 32 */
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
[
all
...]
Completed in 85 milliseconds