OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_INDEX_INVALID
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c
804
** Returns
GATT_INDEX_INVALID
if not found. Otherwise index to the tcb.
830
** Returns
GATT_INDEX_INVALID
if not found. Otherwise index to the tcb.
835
UINT8 i = 0, j =
GATT_INDEX_INVALID
;
882
if ((i = gatt_find_i_tcb_by_addr(bda)) !=
GATT_INDEX_INVALID
)
893
** Returns
GATT_INDEX_INVALID
if not found. Otherwise index to the tcb.
898
UINT8 i = 0, j =
GATT_INDEX_INVALID
;
916
** Returns
GATT_INDEX_INVALID
if not found. Otherwise index to the tcb.
928
if (i ==
GATT_INDEX_INVALID
)
933
if (i !=
GATT_INDEX_INVALID
)
[
all
...]
gatt_int.h
68
#define
GATT_INDEX_INVALID
0xff
Completed in 692 milliseconds