Searched defs:read_req (Results 1 - 2 of 2) sorted by relevance

/system/bt/btif/src/
H A Dbtif_core.cc101 btif_storage_read_t read_req; member in union:__anon619
740 prop.type = p_req->read_req.type;
803 prop.type = p_req->read_req.type;
808 &(p_req->read_req.bd_addr), &prop);
810 &(p_req->read_req.bd_addr), 1, &prop);
819 btif_in_get_remote_device_properties(&p_req->read_req.bd_addr);
906 req.read_req.bd_addr = RawAddress::kEmpty;
907 req.read_req.type = type;
1035 req.read_req.bd_addr = *remote_addr;
1036 req.read_req
[all...]
/system/bt/stack/include/
H A Dgatt_api.h374 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */ member in union:__anon1117

Completed in 56 milliseconds