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
/external/bluetooth/bluedroid/stack/gatt/
gatt_db.c
289
status =
GATT_PENDING
;
363
if (status ==
GATT_PENDING
)
626
if (status ==
GATT_PENDING
)
[
all
...]
gatt_sr.c
512
if (err != GATT_SUCCESS && err !=
GATT_PENDING
&& err != GATT_BUSY)
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
56
#define
GATT_PENDING
0x0088
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
88
#define BTA_GATT_PENDING
GATT_PENDING
/* 0x0088 */
[
all
...]
Completed in 126 milliseconds