OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_PENDING
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/gatt/
gatt_db.c
295
status =
GATT_PENDING
;
374
if (status ==
GATT_PENDING
)
412
if ((p_tcb->att_lcid == L2CAP_ATT_CID) && (status ==
GATT_PENDING
) &&
653
if (status ==
GATT_PENDING
)
[
all
...]
gatt_sr.c
492
if (err != GATT_SUCCESS && err !=
GATT_PENDING
&& err != GATT_BUSY)
[
all
...]
/system/bt/stack/include/
gatt_api.h
57
#define
GATT_PENDING
0x88
[
all
...]
/system/bt/bta/include/
bta_gatt_api.h
89
#define BTA_GATT_PENDING
GATT_PENDING
/* 0x88 */
[
all
...]
Completed in 46 milliseconds