OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:att_ret
(Results
1 - 2
of
2
) sorted by null
/system/bt/stack/gatt/
att_protocol.c
455
tGATT_STATUS
att_ret
= GATT_SUCCESS;
local
465
att_ret
= attp_send_msg_to_l2cap(p_tcb, p_cmd);
466
if (
att_ret
== GATT_CONGESTED ||
att_ret
== GATT_SUCCESS)
476
att_ret
= GATT_INTERNAL_ERROR;
480
att_ret
= GATT_CMD_STARTED;
485
att_ret
= GATT_ERROR;
487
return
att_ret
;
gatt_cl.c
1110
tGATT_STATUS
att_ret
= GATT_SUCCESS;
local
[
all
...]
Completed in 121 milliseconds