OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:write_req
(Results
1 - 2
of
2
) sorted by null
/system/bt/btif/src/
btif_core.c
98
btif_storage_write_t
write_req
;
member in union:__anon73755
824
bt_property_t *p_prop = &(p_req->
write_req
.prop);
917
status = btif_storage_set_remote_device_property(&(p_req->
write_req
.bd_addr),
918
&(p_req->
write_req
.prop));
964
bdcpy(new_req->
write_req
.bd_addr.address, old_req->
write_req
.bd_addr.address);
966
new_req->
write_req
.prop.type = old_req->
write_req
.prop.type;
967
new_req->
write_req
.prop.len = old_req->
write_req
.prop.len
[
all
...]
/system/bt/stack/include/
gatt_api.h
366
tGATT_WRITE_REQ
write_req
; /* write */
member in union:__anon74262
[
all
...]
Completed in 52 milliseconds