OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_ERROR
(Results
1 - 11
of
11
) sorted by null
/system/bt/stack/srvc/
srvc_battery.c
202
tGATT_STATUS status =
GATT_ERROR
;
244
status =
GATT_ERROR
;
srvc_dis.c
363
return
GATT_ERROR
;
/system/bt/stack/gatt/
gatt_cl.c
121
gatt_end_operation(p_clcb,
GATT_ERROR
, NULL);
335
p_clcb->status =
GATT_ERROR
;
777
gatt_end_operation(p_clcb,
GATT_ERROR
, NULL);
[
all
...]
att_protocol.c
450
**
GATT_ERROR
if command sending failure
485
att_ret =
GATT_ERROR
;
gatt_api.c
787
return
GATT_ERROR
;
[
all
...]
gatt_sr.c
376
gatt_send_error_rsp(p_tcb,
GATT_ERROR
, GATT_REQ_EXEC_WRITE, 0, FALSE);
[
all
...]
gatt_utils.c
[
all
...]
/system/bt/stack/include/
gatt_api.h
55
#define
GATT_ERROR
0x85
[
all
...]
/system/bt/bta/include/
bta_gatt_api.h
86
#define BTA_GATT_ERROR
GATT_ERROR
/* 0x85 */
[
all
...]
/system/bt/bta/gatt/
bta_gattc_cache.c
418
return
GATT_ERROR
;
[
all
...]
bta_gattc_act.c
[
all
...]
Completed in 78 milliseconds