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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c84 btif_storage_read_t read_req; member in union:__anon969
1009 prop.type = p_req->read_req.type;
1045 prop.type = p_req->read_req.type;
1049 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr),
1052 status, &(p_req->read_req.bd_addr), 1, &prop);
1063 btif_in_get_remote_device_properties(&p_req->read_req.bd_addr);
1158 memset(&(req.read_req.bd_addr), 0, sizeof(bt_bdaddr_t));
1159 req.read_req.type = type;
1301 memcpy(&(req.read_req.bd_addr), remote_addr, sizeof(bt_bdaddr_t));
1302 req.read_req
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h366 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */ member in union:__anon1377

Completed in 78 milliseconds