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
/external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c
202
tGATT_STATUS status =
GATT_ERROR
;
244
status =
GATT_ERROR
;
srvc_dis.c
368
return
GATT_ERROR
;
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
120
gatt_end_operation(p_clcb,
GATT_ERROR
, NULL);
334
p_clcb->status =
GATT_ERROR
;
771
gatt_end_operation(p_clcb,
GATT_ERROR
, NULL);
[
all
...]
att_protocol.c
478
**
GATT_ERROR
if command sending failure
513
att_ret =
GATT_ERROR
;
gatt_api.c
788
return
GATT_ERROR
;
[
all
...]
gatt_sr.c
382
gatt_send_error_rsp(p_tcb,
GATT_ERROR
, GATT_REQ_EXEC_WRITE, 0, FALSE);
[
all
...]
gatt_utils.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
54
#define
GATT_ERROR
0x85
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
85
#define BTA_GATT_ERROR
GATT_ERROR
/* 0x85 */
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c
510
return
GATT_ERROR
;
[
all
...]
bta_gattc_act.c
[
all
...]
Completed in 36 milliseconds